Python 字符串格式化

1、输出字符串用“+”连接,一般不推荐此种方式,耗费内存

2、用%s占位符的方式

%s字符串

%d整数

%.2f浮点数

posted @ 2018-03-23 09:17  Lamon  阅读(181)  评论(0编辑  收藏  举报