You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

7 lines
187 B

function cont(){
if(confirm("这里是实践测试网站,相关功能可能并不成熟,是否继续?"))
return true;
else return false;
}
document.ready = cont();