Python 標準庫筆記:string模塊

1. 常用方法 2.字符串常量 3.字符串模板Template 通過string.Template可以爲Python定製字符串的替換標準,下面是具體列子: >>>from string import Template >>>s = Template('$who like $what') >>>print s.substitute(who='i', what='python') i like pyt
相關文章
相關標籤/搜索