标签:
1. 获得当前代码所在的行
import sys print "here is:", __file__, ":", sys._getframe().f_lineno
python sys模块
原文地址:http://www.cnblogs.com/kaituorensheng/p/4477532.html