发布时间:2019-09-06 08:53:45编辑:auto阅读(3164)
>>> 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标签的几种方法
50554
49873
40462
37452
31886
28766
27684
22467
22462
20775
560°
1184°
965°
891°
1150°
1007°
1631°
3023°
2744°
2067°