2015年10月30日

python文件名与module名冲突,出错'module' object has no attribute 'strftime'

摘要: import timeprint time.strftime('%Y%m%d%H%M%S')以上小程序命名为time.py运行时出现错误提示:print time.strftime('%Y%m%d%H%M%S')AttributeError: 'module' object has no attri... 阅读全文

posted @ 2015-10-30 23:05 wonderful_journey 阅读(5758) 评论(0) 推荐(0)

导航