码迷,mamicode.com
首页 > Windows程序 > 详细

jQuery通过ajax传int型到c#后台用string接收值+1问题

时间:2019-05-28 12:36:09      阅读:133      评论:0      收藏:0      [点我收藏+]

标签:ring   jquer   str   请求   后台   参数   bsp   通过   nbsp   

问题起源:前端jQuery通过ajax请求后台。带了一个伪int型参数(参数没有加引号),eg: id= 20190528110541143

后台接收是接收的string类型,实际收到值:string id = "20190528110541144"   (int溢出,转为string自增了1)

解决方式:ajax的参数添加引号 id= ‘20190528110541143‘;

jQuery通过ajax传int型到c#后台用string接收值+1问题

标签:ring   jquer   str   请求   后台   参数   bsp   通过   nbsp   

原文地址:https://www.cnblogs.com/yxcn/p/10936284.html

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