4 回答
山水郎2015
TA贡献1条经验 获得超0个赞
JQ代码
$("#fyXq").change(function(){
var stulx=$(this).val();
$.get("studata222.php",{stulx:stulx});
});
PHP代码
if(isset($_GET["stulx"])){
$stuid=$_GET["stulx"];
}
两个代码在同一个页面,用传过来的$stuid进行查询,却没有执行PHP代码,这应该怎么解决???
- 4 回答
- 0 关注
- 1660 浏览
添加回答
举报
0/150
提交
取消