说明

写作业的时候需要延时跳转指定URL,就放在这里,一行代码解决。

代码

1
setTimeout("window.location=('http://localhost:8080/register')",3000);

单位是毫秒(ms)