1.0 mkdir 文件名称
通过1.0的方法就可以创建一个名字为jd的文件夹
2.0 cd jd
通过2.0 中 cd jd就可以进入文件jd中
3.0 touch index.html 通过这个touch可以在jd中 创建index.html文件
1.0 mkdir 文件名称
通过1.0的方法就可以创建一个名字为jd的文件夹
2.0 cd jd
通过2.0 中 cd jd就可以进入文件jd中
3.0 touch index.html 通过这个touch可以在jd中 创建index.html文件