摘要:        
报错:错误: 对象不支持“createContextualFragment”属性或方法解决办法:在页面执行时加入如下代码if ((typeof Range !== "undefined") && !Range.prototype.createContextualFragment) { Range.prototype.createContextualFragment = function (html) { var frag = document.createDocumentFragment(), div = doc...    阅读全文
posted @ 2012-07-27 08:50
划破黑夜
阅读(1100)
评论(0)
推荐(0)
        
                    
                
浙公网安备 33010602011771号