安全替换字符串模板(safe_substitute) 详细解释 本文地址: http://blog.csdn.net/caroline_wendy/article/details/27057339 字符串模板(sting.Template), 替换时, 使用substitute(), 未能提供模板所需的所有參数值时, 会发生异常. 假设使用safe_substitute(), 即安全替换, 则会替换存在的字典值, 保留未存在的替换符号. 代码: # -*- coding: utf-8 -*- '