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