python-examples
python-examples copied to clipboard
open()参数可以补充一下
https://github.com/JustDoPython/python-examples/blob/9f10be5b98a67ac3a7a83767e6329a8141d00404/doudou/2020-02-20-douban-movie-top250/douban_movie_top250_analysis-1.py#L8
with open(file,'r',encoding='utf-8') as f: