h5 js 图片预览并判断 ajax上传
摘要://建立一個可存取到該file的url function getObjectURL(file) { var url = null; if (window.createObjectURL != undefined) { // basic url = window.createObjectURL(file); } else if (window.URL != ...
阅读全文
posted @
2016-12-06 11:31
浊浊然
阅读(1258)
推荐(0)