更新时间:2025-01-07 GMT+08:00
Python2.7在执行reload(sys)后无法通过print打印日志
建议使用context.getLogger()打印日志:
log = context.getLogger() log.info("test")
父主题: 调用函数