随笔分类 - Javascript
摘要:Create JavaScript Objects Using Object Literals: var obj = {name: 'Allen', color: 'White'}; Dynamic Nature of JavaScript: obj.age = 3; Using Construct
阅读全文
摘要:XMLHttpRequest对象 XHRAjax核心XMLHttpRequest对象:xhr.open("get/post","example.txt",false);xhr.send(null);http://dev.yesky.com/91/2687091.shtmljQuery对Ajax进行了...
阅读全文

浙公网安备 33010602011771号