摘要: Python格式化输出: Python的字符串格式化有两种方式: 百分号方式、format方式 百分号的方式相对来说比较老,而format方式则是比较先进的方式,企图替换古老的方式,目前两者并存。[PEP-3101] (1)百分号格式化 (name) 可选,用于选择指定的key flags 可选,可 阅读全文
posted @ 2016-08-06 10:16 Python自动化运维之路 阅读(4498) 评论(0) 推荐(0) 编辑