摘要: function Complex(real,imageInaery){ this.r=real; this.i=imageInaery; } var com = new Complex(1,3); //javascipt类和对象... 阅读全文
posted @ 2014-04-29 11:22 UCanBeFree 阅读(155) 评论(0) 推荐(0)
摘要: 这边我不要变。刷新好吗?请求数据 ajaxs基本用法。url="www.baidu.com?t="+Math.random();//避免缓存误导。var xmlhttp.open("GET",url,true);xmlhttp.send();ajax 提交POST数据 AJAX请求数据 阅读全文
posted @ 2014-04-29 10:53 UCanBeFree 阅读(454) 评论(0) 推荐(0)