摘要: 直接看代码: function toUpload(){ $("input[type=checkbox]:checked:checked").each(function() { //由于复选框一般选中的是多个,所以可以循环输出 if ($(this).val() != ""&&$(this).val( 阅读全文
posted @ 2017-07-25 21:19 赤子说 阅读(5475) 评论(0) 推荐(0)
摘要: 异常如下: org.springframework.web.multipart.MultipartException: The current request is not a multipart request 原因分析: 可能原因1: form表单中没有添加 enctype="multipart 阅读全文
posted @ 2017-07-25 21:07 赤子说 阅读(3660) 评论(0) 推荐(0)