d = yaml.load(f) # 转列表 E TypeError: load() missing 1 required positional argument: 'Loader' 换成: yaml.full_load(),