8
1
2008
1

[PHP]Ajax使用POST传值要注意的一个小问题

昨天在一个保存按钮的地方用到了Ajax

使用POST传值,在提交的时候执行页面怎么也接受不到传的值,用get却没有问题

最后发现问题出在setRequestHeader('Content-Type','utf-8');

必须设置成setRequestHeader('Content-Type','application/x-www-form-urlencoded');

这样才能接受到post的值

Category: PHP | Tags: ajax php | Read Count: 3433

登录 *


loading captcha image...
(输入验证码)
or Ctrl+Enter

Host by is-Programmer.com | Power by Chito 1.3.3 beta | Theme: Aeros 2.0 by TheBuckmaker.com