有时候代码会有warning警告 不影响代码运行
但是看得很烦
import warnings warnings.filterwarnings('ignore')
python -W ignore 文件名.py