我在typescript中声明了一个全局变量,例如:global.test ="something"我尝试这样做,我得到错误属性'test'在'Global'类型上不存在.
typescript
typescript ×1