Traceback (most recent call last):
File "D:/python作业/5.11(3).py", line 13, in
for row in reader:
File "C:\Users\86151\AppData\Local\Programs\Python\Python310\lib\codecs.py", line 322, in decode
(result, consumed) = self._buffer_decode(data, self.errors, final)
UnicodeDecodeError: 'utf-8' codec can't decode byte 0xd6 in position 15: invalid continuation byte
可能是文件路径中有中文的原因,改成全英文路径