AI智能
改变未来

thinkphp5 {:url()}在 jq中 带参数跳转 ( 对html页面jq部分的url传参操作)

//id  和 goods_id  为俩个参数var id = $(this).next().val();var goods_id = 1;var url = \"{:url(\'index/index\',[\'id\'=>\'canshu\',\'goods_id\'=>\'cancan\'])}\";//这里 需要把url中的参数替换一下url = url.replace(\'canshu\',id);url = url.replace(\'cancan\',goods_id);window.location.replace(url);
赞(0) 打赏
未经允许不得转载:爱站程序员基地 » thinkphp5 {:url()}在 jq中 带参数跳转 ( 对html页面jq部分的url传参操作)