JavaScript学习笔记调用google搜索
Posted Dsp Tian
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了JavaScript学习笔记调用google搜索相关的知识,希望对你有一定的参考价值。
<html> <form method=get action="http://www.google.com/search"> <a href="http://www.google.com/intl/zh-CN/" mce_href="http://www.google.com/intl/zh-CN/"> <img src="http://www.google.com/logos/Logo_40wht.gif" mce_src="http://www.google.com/logos/Logo_40wht.gif" border="0" alt="Google" align="absmiddle"></a> <input type=text name=q size=40 style="height:24px" maxlength=255 value=""> <input type=submit name=btnG style="height:26px" value="Google 搜索"> <input type=hidden name=ie value=GB2312> <input type=hidden name=oe value=GB2312> <input type=hidden name=hl value=zh-CN> </form> </html>
以上是关于JavaScript学习笔记调用google搜索的主要内容,如果未能解决你的问题,请参考以下文章