解决VSCode 中调用外部库,代码一直显示红色波浪线的问题 2019-4-11 14:20 | 474 | python 38 字 | 几秒读完 问题描述: 原因在于pylint只支持自己的标准库。 解决方案: 设置成如下: 就OK了,look: