我用两种方法来生成img对象,第一种方法是用new方法,第二种方法是用document.createElement方法. var img1 = new Image(); var img2 = document.createElement('img'); var img1 = new Image(); var img2 = document.createElement('img'); 其实,乍一看,感觉有些不同,但是具体什么不同,一下子也说不上来. 在console窗口,比较看看,都是生成img对…
定义和用法 createElement() 方法可创建元素节点. 此方法可返回一个 Element 对象. <script type="text/javascript"> window.onload = function() { var aa = ""; var divs = document.getElementsByTagName("div"); ; i <; i++) { aa = document.createEleme…
/*** Created by 张云山 on 2016/12/9.*/(function(wins,doct){wins.fasicon = function(){this.name = "fasicon构造体";this.Explain_text = "构造说明,详情查看请实例化:[new fasicon().Explain()]查看";};fasicon.prototype = {Explain:function(){arguments.callee.Expla…