Commit a97a738c authored by 华国豪's avatar 华国豪 🙄

1

parent 687b28c5
...@@ -176,7 +176,7 @@ ...@@ -176,7 +176,7 @@
let i = 101; let i = 101;
createPage() createPage()
function createPage() { function createPage() {
if (i === 102) return if (i === 151) return
window.open(`./test1.html?id=${i}&name=ABC${i}`) window.open(`./test1.html?id=${i}&name=ABC${i}`)
i++ i++
setTimeout(()=>{ setTimeout(()=>{
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment