JQ改变URL

看到搜索按钮可以把网址提供到URL里面

$('#search_submit').click(function(){
var keywords = $('#keywords').val();
location.href="index.php?com=search&keywords="+keywords;
});
location.href 详解>>
上一篇:AAC编码学习


下一篇:iOS: 设置App的国际化和本地化