PHP下ajax怎么将A页面的值,传递到B页面。

2025-06-22 11:02:06
推荐回答(1个)
回答1:

打开B页面,,在页面中加载jquery文件,,通过$.get(url,data,function(res){
alert(rest);

})