一段html代码将百度搜索栏包含到你的页面来
<html>
<head>
<title>包含百度页面</title>
</head>
<body>
<form target="_blank" name="bdfm" method="get" action="https://www.baidu.com/s">
<table>
<tr>
<td>
<a href="https://www.baidu.com">
<img src="img/baidu.jpg"/>
</a>
</td>
<td><br/><input type="text" name="word"/></td>
<td><br/><input type="submit" value="搜索" /></td>
</tr>
</table>
</form>
</body>
</html>
效果图
最后更新:2017-04-02 18:44:46