所属分类:输入-上传
var url = document.selection.createRange().text;
这句ie8 获取的url是空字符串
if(this.isImg(url)) { 结果为false 导致无法兼容ie8