摘要:
JavaScrip 运行环境 : 浏览器,node.js 变量的定义 以前使用的是 var ,现在使用的是 let let: let name = "张三"; let age = 20; console.log(name , age); // 重新赋值 username = "李四"; age = 阅读全文
摘要:
Linux 基础 pwd : 打印工作路径 cd : 切换工作目录 which : 查找命令位置 [root@rockyhost redis-7.2.5]# which ping /usr/sbin/ping [root@rockyhost redis-7.2.5]# which ifconfig 阅读全文