赞
踩
今天写项目发现如图警告,虽然不影响运行,但是真的丑! 解决办法: 输入命令:
import warnings warnings.filterwarnings("ignore",category=DeprecationWarning)
问题解决!