OSError: [Errno 22] Invalid argument: 'D:\\Python37\\Workspace...错误处理
report_file = os.path.join(report_dir, 'HTMLReport_{}.html').format(strftime('%Y-%m-%d_%H:%M:%S'))
从https://www.cnblogs.com/Beginner-Y/p/13630774.html得知,命名不可使用:

report_file = os.path.join(report_dir, 'HTMLReport_{}.html').format(strftime('%Y-%m-%d_%H:%M:%S'))
从https://www.cnblogs.com/Beginner-Y/p/13630774.html得知,命名不可使用:
