图画吧

免扣PNG满足广告设计、网页设计等专业需求。 www.tuhua8.com

// 搜索函数 function handleSearch() { var searchInput = document.getElementById('searchInput'); var searchCategory = document.getElementById('searchCategory'); if (searchInput.value.trim()) { var category = searchCategory ? searchCategory.value : '0'; // 关键修改:替换@分隔符为语义化参数格式 window.location.href = '../sousuo.aspx?keyword=' + encodeURIComponent(searchInput.value) + '&cid=' + category; } else { alert('请输入搜索关键词'); } }
上一页 第 2 页 / 共 11 页 下一页