会员
周边
众包
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
nonzero
博客园
首页
新随笔
联系
订阅
管理
2018年8月12日
python 字符串的格式化
摘要: python字符串的格式化分为两种:1)% 方式 2)str.format() 方式。 str.format() 是比 % 较新的方式, 大多数的 Python 代码仍然使用 % 操作符。但最终会被str.format()代替,推荐使用str.format() 1、% 方式 1)用法 %[(name
阅读全文
posted @ 2018-08-12 17:35 nonzero
阅读(450)
评论(0)
推荐(0)
编辑
公告