图画吧

简笔画适合小朋友和绘画初学者学习 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('请输入搜索关键词'); } }
上一页 第 7 页 / 共 12 页 下一页