-
Notifications
You must be signed in to change notification settings - Fork 880
Closed
Description
https://wangdoc.com/javascript/bom/arraybuffer.html#%E8%AF%BB%E5%8F%96%E6%96%87%E4%BB%B6
就在该 《2.6 读取文件》demo代码处(‘file')
错误:<input type=’file' onchange='readfile(this.files[0])'></input>
修正:<input type='file' onchange='readfile(this.files[0])'></input>
Metadata
Metadata
Assignees
Labels
No labels