【发布时间】:2010-11-20 16:17:32
【问题描述】:
我知道我可以使用类似这样的东西(非常基本的代码)在我的个人主页上创建一个谷歌搜索框
<form method="get" action="http://www.google.com/search">
<input type="text" name="q" />
<input type="submit" value="Google Search" />
</form>
是否可以将其更改为仅返回包含 C# 的结果。
如果我输入stringbuilder,上面的代码提交 http://www.google.com/search?q=stringbuilder
【问题讨论】:
标签: html search form-submit