function hello(name: string, number: number): string{ //這邊指定回傳值型別return `hello ${name} and ${number}`; } console.log(hello("blank", ...
確定! 回上一頁