摘要:
查看曾经连接过的WiFi密码 1.win+R键,输入cmd,点击确定 2.命令提示符输入(下面的代码可以复制粘贴到命令栏) for /f "skip=9 tokens=1,2 delims=:" %i in ('netsh wlan show profiles') do @echo %j | fin 阅读全文
摘要:
时间戳 let time = new Date().getTime() forEach arr.forEach(item =>{ item ... return 跳过本次循环 }) 获取Object的key、value let config = {xxxxx} let arr = Object.ke 阅读全文