Jeonhae

人生苦短,要学Python!

  博客园 :: 首页 :: 博问 :: 闪存 :: 新随笔 :: 联系 :: 订阅 订阅 :: 管理 ::

2019年1月15日

摘要: f-strings 从Python 3.6开始,新引入了一种字符串格式化方法,称为“格式化字符串常量”(formatted string literal),简称f-strings。相比于%、str.format、string.Template这些字符串格式化方法,f-strings在功能上一点不逊色 阅读全文
posted @ 2019-01-15 09:38 jeonhae 阅读(1090) 评论(0) 推荐(1) 编辑