>백엔드 개발 >PHP 튜토리얼 >$.post('index.php?act=q&openid=<php echo $openid;>'{'qnumber'qNumber},functi,该怎么处理

$.post('index.php?act=q&openid=<php echo $openid;>'{'qnumber'qNumber},functi,该怎么处理

WBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWB
WBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWB원래의
2016-06-13 12:21:561264검색

$.post('index.php?act=q&openid=',{'qnumber':qNumber},functi
$.post('index.php?act=q&openid=',{'qnumber':qNumber},function(data){},'json');其中的index.php就是当前页面吗?还是提交JSON的那个页面?
------解决思路----------------------
你的index.php应该是个入口文件,根据act分发到子页面来出来你的post数据
------解决思路----------------------
index.php是一定提交的页面。
但也可能是当前页面。因为可以提交给自己的。
建议改其他较好,这样容易排错。

성명:
본 글의 내용은 네티즌들의 자발적인 기여로 작성되었으며, 저작권은 원저작자에게 있습니다. 본 사이트는 이에 상응하는 법적 책임을 지지 않습니다. 표절이나 침해가 의심되는 콘텐츠를 발견한 경우 admin@php.cn으로 문의하세요.