这是我的代码。我也想知道为什么我的搜索只需要一个词。例如,如果我输入“blue sky”,它只会使用 blue 这个词。
</script>
document.write("<iframe src=\http://www.bing.com/search?q=" + decodeURIComponent(search) + "\" width=\"100\%\" height=\"500\">");
document.write("</iframe>");
</script>