码迷,mamicode.com
首页 > 其他好文 > 详细

字符串模板

时间:2018-07-23 15:03:00      阅读:97      评论:0      收藏:0      [点我收藏+]

标签:字符   rom   span   str   love   string   bst   print   name   

from string import Template
print(type(Template))
mystr = Template("hi,$name 你是$baby")
print(mystr.substitute(name = "边真", baby = "lovely "))


# 结果
<class string._TemplateMetaclass> hi,边真 你是lovely

 

字符串模板

标签:字符   rom   span   str   love   string   bst   print   name   

原文地址:https://www.cnblogs.com/wang102030/p/9353865.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!