<a href="javascript:search()" onclick="">查询</a>
要写在onclick中不需要javascript指令
<a href="#" onclick="search()return false">查询</a>