摘要: <script> $(function () { $("input[name=file1]").change(function () { var formData = new FormData(); formData.append("file", $("input[name=file1]")[0]. 阅读全文
posted @ 2019-06-10 15:05 hg000 阅读(469) 评论(0) 推荐(1)