D {string} - string字符串是strftime函数的格式化参数。
D {string} - string is formatted using the strftime function.
首先,可以采用与处理复杂属性相同的方法;可以将所需的多个参数序列化在一起,形成一个字符串类型的参数。
First, you can take the same approach as you did with properties; you can serialize the required arguments together into a single type of string.
除了格式化字符串参数,所有其他的参数都必须用一个元组(tuple)或是一个字典(dictionary)进行挤压。
Exempting the format string argument, all other arguments must be squeezed in with either a tuple or a dictionary.
应用推荐