显示WiFi密码小案例

Posted eliwen

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了显示WiFi密码小案例相关的知识,希望对你有一定的参考价值。

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Title</title>
<script src="js/vue.js"></script>
</head>
<body>

<div id="app">
<input :type="type"><button @click="pwd">{{message}}</button>
</div>


<script>
var vm = new Vue({
el:"#app",
data:{
type: "password",
message:"显示密码",
},
methods:{
pwd(){
if(this.type==="password") {
this.type = "text";
this.message="隐藏密码";
}else{
this.type="password";
this.message="显示密码";
}
}
}
});

</script>
</body>
</html>

以上是关于显示WiFi密码小案例的主要内容,如果未能解决你的问题,请参考以下文章

Windows小技巧 -- 已连接wifi密码查看

手机的wifi密码怎样破

查看wifi密码小技巧

微信破解WiFi密码如何操作?一招帮你查看密码!

wifi密码修改不了,提示当前操作无效,请检查配置参数怎么办?

vivo手机怎么查看wifi密码