1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
| <!DOCTYPE html>
| <html lang="en">
| <head>
| <meta charset="UTF-8">
| <meta name="viewport" content="width=device-width, target-densitydpi=high-dpi, initial-scale=1.0, user-scalable=no"/>
| <title>中扬物流</title>
| <script type="text/javascript" src="../../static/js/common.js" charset="utf-8"></script>
| </head>
| <body>
| Hello World
| <!-- <button onclick="her()">页面跳转</button>-->
| </body>
| <script>
| function her() {
| window.location.href="login.html";
| }
| </script>
| </html>
|
|