页面使用密码保护代码_javascript技巧
来源:懂视网
责编:小采
时间:2020-11-27 21:08:14
页面使用密码保护代码_javascript技巧
页面使用密码保护代码_javascript技巧:代码如下所示: 密码保护相应页面function password() {var testV = 1;var pass1 = prompt('请输入密码(密码是shenlong):','');while (testV if (!pass1) history.go(-1);if (pass1 == shenlong) {alert(
导读页面使用密码保护代码_javascript技巧:代码如下所示: 密码保护相应页面function password() {var testV = 1;var pass1 = prompt('请输入密码(密码是shenlong):','');while (testV if (!pass1) history.go(-1);if (pass1 == shenlong) {alert(

代码如下所示:
密码保护相应页面
页面使用密码保护代码_javascript技巧
页面使用密码保护代码_javascript技巧:代码如下所示: 密码保护相应页面function password() {var testV = 1;var pass1 = prompt('请输入密码(密码是shenlong):','');while (testV if (!pass1) history.go(-1);if (pass1 == shenlong) {alert(