We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent da78e4d commit 9e36561Copy full SHA for 9e36561
test/index.html
@@ -9,7 +9,7 @@
9
</head>
10
11
<body>
12
- <a href="www.baid.com">123</a>
+ <a href="/index1.html">123</a>
13
<input type="hidden" id="refreshed" value="no">
14
</body>
15
<script>
test/index1.html
@@ -0,0 +1,15 @@
1
+<!DOCTYPE html>
2
+<html lang="en">
3
+
4
+<head>
5
+ <meta charset="UTF-8">
6
+ <meta name="viewport" content="width=device-width, initial-scale=1.0">
7
+ <meta http-equiv="X-UA-Compatible" content="ie=edge">
8
+ <title>Document</title>
+</head>
+<body>
+ <a href="www.baid.com">321</a>
+</body>
+</html>
0 commit comments