with open('/yourpath/test.csv','a',newline='', encoding='utf-8') as f:这是一开始用的语法,怎么都是乱的,但是修改了下encoding的方式为encoding='utf-8-sig'就正常了。