ajax传值时报错:TypeError: ‘stepUp‘ called on an object that does not implement interface HTMLInputElement。
data:{
id:id//可行
id//可行
"id":id//可行
},
data:id,//这样写时,并没有将id传递的值传递过去。
data:ids,这时竟然传递过去了
但是这三种情况都没有报出这种错误。
原文:https://www.cnblogs.com/pogusanqian/p/12501726.html