专题文章
时长:00:00更新时间:2020-11-27 15:18:51
解决Firefox下不支持outerHTML问题代码分享_html5教程技巧:代码很简单,如下: 代码如下:var pro = window.HTMLElement.prototype;pro.__defineGetter__(outerHTML, function(){ var str = var a = this.attributes; for(var i = 0, len = a.length; i if
查看详情