1
2
3
4
5
6
7
8
9
10
11
12
13
14
| <!DOCTYPE html>
| <html>
| <head>
| <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
| <meta name="renderer" content="webkit">
| <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
| <meta name="viewport" content="width=device-width, initial-scale=1, minimum-scale=1, maximum-scale=1, user-scalable=0">
| <link rel="mobile-prefetch" href=""/>
| <title>文档信息</title>
| </head>
| <body style="width:100%;height:100vh; margin:0; padding:0">
| <iframe src="//view.officeapps.live.com/op/view.aspx?src={$url}" frameborder="0" align="left" width="100%" height="100%" scrolling="yes"></iframe>
| </body>
| </html>
|
|