摘要:
Eclipse的Jar包解压出System.js里String与Boolean定义分号可有可无吗? org.eclipse.wst.jsdt.core_1.3.300.v201410221502\libraries\system.js/** * Object String() * @construc 阅读全文
摘要:
function test(){ var typeArray = new Array(); typeArray.push("mm"); typeArray.push("gg"); var demoarry = new Array(); demoarry.push("dd"); demoarry.pu 阅读全文
摘要:
function map(){ var map = {}; // Map map = new HashMap(); var key = "key"; var value = "value"; map[key] = value; // map.put(key, value); var value = 阅读全文