摘要: map.jsfunction Map() { this.elements = new Array(); //获取MAP元素个数 this.size = function() { return this.elements.length; ... 阅读全文
posted @ 2018-08-23 18:41 丁晓超 阅读(256) 评论(0) 推荐(0)
摘要: var myScript = document.createElement("script"); myScript.type = "text/javascript"; myScript.appendChild(document.createTextNode("script中间部分")); document.body.appendChild(myScript); 阅读全文
posted @ 2018-08-23 18:36 丁晓超 阅读(241) 评论(0) 推荐(0)