[摘要] 本文介绍css中id选择器的基本用法:为某个特定的标签内容设置属性。代码整理自w3school:http://www.w3school.com.cn<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN""http://www.w3...[全文]
[摘要] 本文介绍css中class选择器的基本用法:为同一个类型的标签设置属性。代码整理自w3school:http://www.w3school.com.cn<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN""http://www....[全文]
[摘要] js对象都有constructor属性,但是构造函数产生的对象和简单对象的属性有些不同,可自行运行下列代码了解<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DT...[全文]
[摘要] <script>//生成fushioncharts function showChart(chartType,showDiv,data){ var myChart1= new FusionCharts("<%=request.getContextPath()%>/framework/fusion[全文]
[摘要] function insertRows(){ var tempRow=0; var tbl=document.getElementById("dictTbl"); tempRow=tbl.rows.length; //获取当前table的行数 //alert(tempRow); var Rows=t[全文]