function constructor 有hoisting 的情況,所以可以寫再後面但在前面使用;但是class constructor 沒有hoisting 的情況,所有使用該class constructor ...
確定! 回上一頁