联系官方销售客服
1835022288
028-61286886
搜索框怎么搜索指定的字段
比方说字段 dslh,dscj 这两个字段,
后台搜索的所有字段都选上了,但是页面上有一个搜索框只想搜dslh,dscj这两个字段的内容,应该怎么写
<form class="search-form" action="/index.php" method="get"> <div class="search searchxinghao"> <input type="hidden" name="s" value="chanpin"> <input type="hidden" name="c" value="search"> <input class="xinhaoinput" type="text" name="keyword" placeholder="E.g., 0232010"> <button type="submit">搜索</button> </div> </form>