标签:style blog color io 使用 ar div sp cti
图片预览
$(‘#pac_recipe‘).change(function() { var imgsrc = ‘‘; if(this.files && this.files[0]) { //chrome firefox imgsrc = window.URL.createObjectURL(this.files[0]); } else { //IE下,使用滤镜 this.select(); imgsrc = document.selection.createRange().text; } });
标签:style blog color io 使用 ar div sp cti
原文地址:http://www.cnblogs.com/the-moving-ear/p/3985145.html