The context string looks like the example shown in Listing 3.
上下文字符串看起来类似于清单3中给出的示例。
If a percent sign is required to be used within a string where context variables can be used, then use double percent signs (% %).
如果需要在可以使用上下文变量的字符串内部使用百分号,则应使用两个百分号(% %)。
This also requires a modification to the init method to accept a String context.
这也需要对init方法进行修改以便能够接受String上下文。
应用推荐