随笔分类 - js
摘要:/* * MAP对象,实现MAP功能 * * 接口: * size() 获取MAP元素个数 * isEmpty() 判断MAP是否为空 * clear() 删除MAP所有元素 * put(key, value) 向MAP中增加元素(key, value) * remove(key) 删除指定KEY的
阅读全文
摘要:Ext.onReady(function(){ var win=window.open('',''); win.document.write("ddddd"); win.print();});
阅读全文
摘要:http://www.runoob.com/jsref/met-win-open.html
阅读全文