发布时间:2019-09-06 08:53:45编辑:auto阅读(3079)
>>> 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标签的几种方法
48866
47934
38709
35858
30284
27039
26071
20903
20698
19067
502°
595°
604°
609°
587°
572°
637°
710°
828°
928°