应用 python3 时,以 file = open(os.getcwd() + “/report.html”,”w”) 的形式生成报告会报 write() argument must be str, not bytes 错,如图。解决办法时把 ”w” 改为 ”wb”。 生成的 html 报告