摘要: //建立一個可存取到該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 浊浊然 阅读(1248) 评论(0) 推荐(0) 编辑