你如何使以下代码工作?
example = "%%(test)%" % {'test':'name',} print example
期望的输出是"%name%"
谢谢
python string-formatting
python ×1
string-formatting ×1