有的时候需要左右对比环境,而且希望能同时滚动,如下这么拼接就可以了
<html> <head><meta http-equiv="content-type" content="text/html;charset=utf-8"></head> <body> <iframe src="http://www.baidu.com/s?wd=%E5%85%B0%E8%8A%B1"></iframe> <iframe src="http://www.baidu.com/s?wd=%E8%8C%B6%E8%8A%B1" ></iframe> </body> </html>
效果如下: