码迷,mamicode.com
首页 > Web开发 > 详细

014_ajax传值出现错误

时间:2020-03-16 09:15:16      阅读:77      评论:0      收藏:0      [点我收藏+]

标签:interface   title   str   input   tle   typeerror   article   led   weight   

ajax传值时报错:TypeError: ‘stepUp‘ called on an object that does not implement interface HTMLInputElement。


data:{
     id:id//可行
  id//可行
  "id":id//可行
},
data:id,//这样写时,并没有将id传递的值传递过去。

但是这三种情况都没有报出这种错误。

 

 

014_ajax传值出现错误

标签:interface   title   str   input   tle   typeerror   article   led   weight   

原文地址:https://www.cnblogs.com/pogusanqian/p/12501726.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!