1234567891011121314151617 |
- <!DOCTYPE html>
- <html>
- <head>
- <meta charset="utf-8" />
- <meta name="viewport" content="width=device-width, initial-scale=1">
- <title>本地网页</title>
- <style type="text/css">
- .desc {
- padding: 10px;
- color: #999999;
- }
- </style>
- </head>
- <body>
- <p class="desc">web-view 组件加载本地简单 html 示例(内容不可滚动),用于测试 scroll-view 嵌套滚动。</p>
- </body>
- </html>
|