调用baidu地图,baidu词典

来源:互联网 发布:国产同志网络剧 编辑:程序博客网 时间:2024/06/06 10:39

1.百度地图

<table width="90%" border="0" cellspacing="3" cellpadding="3" align="center">
  <tr>
    <td bgcolor="#c9d7f1" height="1" colspan="2"></td>
  </tr>
  <tr>
    <td width="170" valign="top" height="50">
      <table border="0" cellspacing="0" cellpadding="0">
        <tr>
          <td width="40"><img src="http://www.baidu.com/life/img/map.gif"></td>
          <td><b class="p2">地图搜索</b> </td>
        </tr>
    </table></td>
    <form name="fbaidu" action=http://map.baidu.com/m target="_blank">
      <td valign="top"> <span class="p4">无论您是要找地点(如:王府井 餐厅)还是乘车路线(如:从银科大厦到月坛公园),均只需在一个搜索框内直接输入,按回车键或者点击“百度搜索”按钮,即可得到最符合您要求的内容。</span><span class="p2"><br>
            <br>
       <input name="word" maxlength="256" class="f16" style="width:280px;" value="">
          <input type="submit" value="百度搜索"><input type="hidden" name="ct" value="10">
      </span></td>
    </form>
  </tr>
</table>

 

2.百度词典(中英文翻译)

<table width="90%" border="0" cellspacing="3" cellpadding="3" align="center">
  <tr>
    <td bgcolor="#c9d7f1" height="1" colspan="2"></td>
  </tr>
  <tr>
    <td width="170" valign="top" height="50">
      <table border="0" cellspacing="0" cellpadding="0">
        <tr>
          <td width="40"><img src="http://www.baidu.com/life/img/engdictionary.gif"></td>
          <td><b class="p2">英语词典</b> </td>
        </tr>
      </table>    </td>
    <td valign="top"> <span class="p4">在输入框中输入您要查询的英文单词,点击翻译单词按钮,即可查询到该英文单词的中文翻译。</span><br>
      <br>
      <form name=f1 action=http://www.baidu.com/baidu   target="_blank">
        <input type=hidden value=gb2312 name=ie>
        <input type=hidden name=bs>
        <input type=hidden name=sr>
        <input type=hidden name=z>
        <input type=hidden value=1048576 name=ct>       
        <input type="text" name=word value="face" size=36>
        &nbsp;
        <input type="submit" value="英汉词典" name="submit">
        <input type=hidden value=3 name=cl2>
        <input type=hidden value=8 name=f>
      </form>    </td>
  </tr>
</table>