Python中如何去除 DeprecationWarning等类似警告

import warnings
warnings.filterwarnings("ignore",category=DeprecationWarning)
posted @ 2022-03-24 22:21  槑孒  阅读(335)  评论(0编辑  收藏  举报