摘要:function myFunction(){ var x; //声明变量x; var txt=""; //声明变量txt并赋值为空; var person={fname:"Bill",lname:"Gates",age:56}; //json对象 for (x in person) //遍历json
阅读全文
摘要:改变HTML内容:document.getElementById(id).innerHTML = new HTML; 改变HTML属性:document.getElementById(id).innerHTML.attribute[属性] = new value; 改变HTML样式:document
阅读全文
摘要:check out the database version,and keep you changes? 检查数据库版本,并保持您的修改。 replace your local file with this version for sourcesafe? 这个版本的SourceSafe取代您的本地文
阅读全文