ppypp伦理天堂,91手机在线视频,免费在线观看黄色毛片,夜夜穞天天穞狠狠穞AV美女按摩

聯系官方銷售客服

1835022288

028-61286886

投訴 已解決 ajax同時搜索多個關鍵詞如何搞 4 0
sky(全能人才) SVIP會員 OEM版權 2022-06-01 13:54:30 私信
迅睿CMS版本:4.5.6 #多詞搜索

ajax同時搜索多個關鍵詞如何搞?

 $.ajax({
                 type: "GET",
                 url: "/index.php?s=shop&c=search&catid=$catid&ajax_page=myajax.html&page=1&keyword=關鍵詞",
                 dataType: "text",
                 success: function(html){
                      $('#mysearch').html(html);
                }
             });
url: "/index.php?s=shop&c=search&catid=$catid&ajax_page=myajax.html&page=1&keyword=關鍵詞1,關鍵詞2,關鍵詞3",

大概就是類似多選一樣,有案例,或者教程么?或者一個多詞在url上應該是一個什么樣形式?

解決方案