格式化代码提交

This commit is contained in:
yaoyuan2.chu
2020-12-13 23:57:37 +08:00
parent 1e0fcfb6e2
commit ac4f045d03
60 changed files with 30205 additions and 25095 deletions
+2 -2
View File
@@ -1,6 +1,6 @@
let username = null;
function setusername(name) {
console.log('已经登陆:'+name);
username = name; // name
console.log('已经登陆:' + name);
username = name; // name
}