2017年4月25日
摘要: 文件上传: 前端代码就是和html标签<input type="file" id="fileinput"/> js: upload:function () { if($("#fileinput")[0].files[0] == undefined){ $('#tip').html('请选择文件'); 阅读全文
posted @ 2017-04-25 10:56 代码颠覆 阅读(203) 评论(0) 推荐(0) 编辑