使用:https://www.cnblogs.com/zejin2008/p/6852441.html
import sys
print(sys._getframe().f_lineno)
来进行debug(输出当前行号)
在程序中添加print,从而得知bug出在哪里