02 2022 档案
摘要:forEachvar arr = [1, 2, 3, 4, 5];// forEacharr.forEach(function (item, i, array) { console.log(item, i, array); }) 结果:1 0 [1, 2, 3, 4, 5]2 1 [1, 2, 3,
阅读全文
摘要:1. ls 列出文件和目录# lsbranches config description HEAD hooks index info objects refs 2. whoami 显示用户名# whoamiroot 3. pwd 显示当前目录#pwd/root/www 4. cd 切换工作目录# c
阅读全文