是否可以在TypeScript函数中包含输出参数?像Func1(string val1, int out k1, int out k2)C#中的东西.
Func1(string val1, int out k1, int out k2)
typescript
typescript ×1