前端 解决layui提交表单返回错误提示 layui提交表单返回都是错误,但是后台又接收到数据 只需要把dataType: “json”,去掉就解决了 $.ajax({ url: “/file.php”, data: fo…