联系官方销售客服
1835022288
028-61286886
想在首页ajax直接调用搜索结果,而不是跳转到搜索页,应该如何修改下才能实现呢?
<form class="search-form" action="/index.php" method="get"> <input type="hidden" name="s" value="so"> <input type="text" placeholder="搜索内容..." name="keyword"> <input type="submit" value="提交搜索" /> </form> <div class="article_info" id="content_list"> {template "search_data.html"} </div>