在运行POST&PUT&DELETE方法时,我总是得到错误的结果。 当我使用POSTMAN时,我得到200 OK,但我的响应返回为false?
这是我使用POST时得到的: https://i.stack.imgur.com/fytB1.png
这是我使用UPDATE时得到的: https://i.stack.imgur.com/y3vdv.png
这是我使用DELETE时得到的: https://i.stack.imgur.com/hSNjy.png
这是我的控制器代码:
• the number of iterations in the loop must be countable
with an integer and loop use a fixed increment.
• the loop count can be “determined” ( what does it mean “determined”? )
这是我的ajax调用:
for ( i = 0; i < cnt; )
{
x1 = 2.0 * x - 1.;
if ( x1 < 1.0 )
{
i = i + 3;
x = x*2.;
}
else // if ( x1 >= 1. )
{
i = i + 2;
x = x/2.;
}
}
答案 0 :(得分:0)
在设置homeownerid时检查您的sql字符串,假设它是“ SET hoID ='” + theOwner.HomeOwnerID +“',ownerName ='” + theOwner.ownerName +“'.... etc