发布时间:2019-09-06 08:53:45编辑:auto阅读(3160)
>>> import warnings
>>>
>>> warnings.filterwarnings('error')
>>>
>>> try:
... warnings.warn(Warning())
... except Warning:
... print 'Warning was raised as an exception!'
...
Warning was raised as an exception!
参考资料:
2、https://docs.python.org/2/library/warnings.html
上一篇: 使用Python写Windows Ser
下一篇: python 去除html标签的几种方法
50492
49793
40388
37410
31831
28691
27622
22407
22407
20720
477°
1093°
894°
831°
1076°
952°
1565°
2924°
2606°
2006°