摘要:js 函数 function getObjectURL(file) { var url = null ; if (window.createObjectURL!=undefined) { // basic url = window.createObjectURL(file) ; } else if
阅读全文
posted @ 2018-01-10 15:02
posted @ 2018-01-10 15:02