objectURL = URL.createObjectURL(object);// object: A File, Blob, or MediaStream object to create an object URL for. // objectURL is like: blob: ...
確定! 回上一頁