0
1
201
python的標準庫里的日志系統(tǒng)從Python2.3開始支持。只要import logging這個模塊即可使用。 返回一個logger實例,如果沒有指定name,返回root...