mvc form表单提交的几种形式整理总结

2019-05-26 03:32:09王旭


<script src="//www.easck.comhttps://www.easck.com/d/file/190526/0332094331-2.jpg"></script>
<script src="~/Scripts/layer/layer.js"></script>
<script type="text/javascript">
  function CheckForm()
  {
    if ($("#nvc_app_path").val().length == 0) {
      layer.tips("应用路径不能为空", "#nvc_app_path");
      return;
    }
    $("#dataForm").submit();
  }
</script>


感谢阅读,希望能帮助到大家,谢谢大家对本站的支持!