摘要:
//1、函数重载 function hello(name:string):string function hello(age:number):string function hello(value : string | number): string { if (typeof value 'stri 阅读全文
摘要:
linux 常用命令有: pwd 命令 使用 pwd 命令找出您所在的当前工作目录(文件夹)的路径。该命令将返回一个绝对(完整)路径,该路径基本上是所有以 / 开头的目录的路径。绝对路径的一个示例是 /home/username。 cd 命令 要浏览 Linux 文件和目录,请使用 cd 命令。根据 阅读全文