function multiply(value1: number, value2: number): number{ return value1*value2 } console.log(multiply(2,3)); //6. 當然也可以像JS原本的宣告 ...
確定! 回上一頁