图画吧

包含建筑、室内、景观等专业模型资源! 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('请输入搜索关键词'); } }
上一页 第 26 页 / 共 121 页 下一页