JQuery ajax帖子抛出错误

时间:2017-10-29 19:17:29

标签: jquery node.js ajax

当我尝试使用Jquery POST将数据发送到服务器时,我收到以下错误。

我做错了什么?

CS0161: Not all code paths return a value

未捕获的TypeError:非法调用         在e(https://ajax.googleapis.com/ajax/libs/jquery/3.2.1/jquery.min.js:4:7727)         在Ab(https://ajax.googleapis.com/ajax/libs/jquery/3.2.1/jquery.min.js:4:7608)         在Function.r.param(https://ajax.googleapis.com/ajax/libs/jquery/3.2.1/jquery.min.js:4:7918)         在Function.ajax(https://ajax.googleapis.com/ajax/libs/jquery/3.2.1/jquery.min.js:4:12227)         在Function.r。(匿名函数)[作为帖子](https://ajax.googleapis.com/ajax/libs/jquery/3.2.1/jquery.min.js:4:14489)         在HTMLButtonElement。 (http://localhost:3000/view-users:62:9)         在HTMLButtonElement.dispatch(https://ajax.googleapis.com/ajax/libs/jquery/3.2.1/jquery.min.js:3:10316)         在HTMLButtonElement.q.handle(https://ajax.googleapis.com/ajax/libs/jquery/3.2.1/jquery.min.js:3:8343)     e @ jquery.min.js:4     Ab @ jquery.min.js:4     r.param @jquery.min.js:4     ajax @ jquery.min.js:4     r。(匿名函数)@jquery.min.js:4     (匿名)@ view-users:62     dispatch @ jquery.min.js:3     q.handle @jquery.min.js:3

**

1 个答案:

答案 0 :(得分:0)

您是否检查了 rowUserData

的值
var rowUserData = rowUser.find(":input").val()

它不应该返回HTML元素。