九天小牛 2018-10-06 14:46 采纳率: 0%
浏览 3674

python中format_map函数如何使用?

python字符串中format_map 函数如何使用?
Help on built-in function format_map:

format_map(...) method of builtins.str instance
S.format_map(mapping) -> str

Return a formatted version of S, using substitutions from mapping.
The substitutions are identified by braces ('{' and '}').
  • 写回答

1条回答 默认 最新

  • threenewbee 2018-10-07 02:56
    关注
    评论

报告相同问题?