代码改变世界

随笔档案-2017年06月

$.ajaxFileUpload必须返回Map对象,返回String类型会接收出错,报错Error: Syntax error, unrecognized expression: {...}

2017-06-02 11:50 by 合翅, 1726 阅读, 收藏,
摘要: <input type="file" name="file1" id="file1" onchange="uploadImg('file1','hidden1')"> <input type="hidden" id="hidden1" /> 异步上传文件方法 function uploadImg(f 阅读全文