在action中如何获取搜索关键词 迅睿框架 更新 2024-11-21 15:24:57 月影飞雪 /search/keyword-数显普通.html dayrui\App\Products\Action\Search.php 搜索关键词如何获取
jQuery(function($){ $('#search_keyword_to').keypress(function (event) { /* Act on the event */ if (event.keyCode == 13) { dr_module_search_to() } });
})</script>