发布网友 发布时间:2022-05-06 18:36
共2个回答
热心网友 时间:2022-04-22 16:16
ajax 提交后返回, 此时url参数需要用js跳转,location.href = result.url;
url访问情况下, $this->success($message='',$jumpUrl='/'), tp会转向到一个跳转页面,此时TP会帮您完成自动跳转。
以上,就这么多。
客户端JS的例子
jQuery.post(url,{参数},function(result){
热心网友 时间:2022-04-22 17:34
window.location.href="target.xxx";