这是因为我自己要用到,所以我才这样子做,其实用处不大的。
- <html>
- <head>
- <meta http-equiv="Content-Type" content="text/html; charset=gb2312">
- <title>无标题文档</title>
- </head>
- <body>
- <iframe src="http://zs.hzu.edu.cn/result/index.asp" width="980" height="126" frameborder="0"
- scrolling="no" style="position: absolute; top: 200 ; left: auto;"></iframe>
- </body>
- </html>
其实只是 width 和height 属性来改变iframe显示网页的大小。
转载于:https://blog.51cto.com/happypang/1156008