标签: typescript2.0
查看VS中的一些代码,这会在“长度”下显示一条红线,标题中会显示一条消息。使用typescript 2.2.2
发生了什么事?
addFilterTag = (value:string, type: Enums.FilterType): void => { if (value.length > 0) { } }