This commit is contained in:
2020-10-14 09:59:42 +08:00
parent f895e58ca3
commit 6b210915bf
104 changed files with 0 additions and 71125 deletions
@@ -1,6 +0,0 @@
let username = null;
function setusername(name) {
console.log('已经登陆:'+name);
username = name; // name
}