最佳答案
var myStaticClass = {
property: 10,
method: function(){}
}
在TypeScript中,我宁愿使用我的C-sharpy方法,但TS中似乎不存在静态类。