问题如图:
TS2538: Type 'undefined' cannot be used as an index type
image.pngimage.png
解决办法:声明接口的最后一个成员需要加上
[propName: string]: Function;
技术分享图片
问题如图:
TS2538: Type 'undefined' cannot be used as an index type
image.png[propName: string]: Function;
技术分享图片
本文标题:typescript如何用变量获取属性值
本文链接:https://www.haomeiwen.com/subject/jzouiltx.html
网友评论