tsc filename.ts; node filename.js. When we execute tsc filename.ts , TypeScript will generate a js file with the same name at runtime.
確定! 回上一頁