2020年4月17日

读存文件

摘要: 《读取》 <input type="file" onchange="upload(this)" /> function upload(input) { //支持chrome IE10 if (window.FileReader) { var file = input.files[0]; filena 阅读全文

posted @ 2020-04-17 11:48 九十de惑 阅读(113) 评论(0) 推荐(0)

导航