1. warnings warnings.warn() 仅做提示与警告,而不中断程序的执行 #coding: UTF-8 import warnings warnings.warn('仅用于提示,而不中断执行') 2. logging https://www.cnblogs.com/CJOKER/p/8295272.html