python 写入网页文件乱码问题、UTF-8和UTF-8-sig的区别、什么是BOM(Byte Order Mark)
出现乱码的源代码:withopen('收盘价Dashboard.html','w',encoding='utf-8')ashtml_file:html_file.write('收盘价Dashboard\n')forsvgin['收盘价折线图(¥).svg','收盘价对数变换折线图(¥).svg','收盘价月日均值(¥).svg','收盘价周日均值(¥).svg','收盘价星期均值(¥).svg']