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

import warnings
warnings.filterwarnings("ignore",category=DeprecationWarning)
posted @ 2022-03-24 22:21  栖木hy  阅读(453)  评论(0)    收藏  举报