摘要: 用js实现:输入密码才能打开网页,即js实现密码保护的网页。方法非常简单,直接上代码: function password() {var testV = 1;var pass1 = prompt('Please input the password!','');while (testV < 3) { 阅读全文
posted @ 2021-09-26 18:19 蓝CcC 阅读(1370) 评论(0) 推荐(0)