Generates code for the specified expression list.
为指定的表达式列表生成代码。
An expression list containing at least one comma yields a tuple. The length of the tuple is the number of expressions in the list.
一个表达式表是一个包括至少一个逗号的元组,它的长是表中表达式的个数。
A string conversion evaluates the contained expression list and converts the resulting object into a string according to rules specific to its type.
串的转换先计算所包括的表达式表的值,然后按照其结果类型所特定的规则转换其结果对象为字符串。
应用推荐