2013-03-19 107 views

回答

3

helloworld.ts

export function sayhello() { 
    console.log('hello, world!'); 
} 

请注意,你不会写含有module块(文件本身是模块)。

相关问题