注意:以下翻译的准确性尚未经过验证。这是使用 AIP ↗ 从原始英文文本进行的机器翻译。
支持于: 批处理, 流处理
以printf样式格式化字符串。
表达式类别: 字符串
输出类型: 字符串
参数值:
argument1
, argument2
]argument1 | argument2 | 输出 |
---|---|---|
Alice | Bob | Hello Alice, my name is Bob |
Jane | John | Hello Jane, my name is John |
描述: 格式化一个整数。 参数值:
输出: number = 4
描述: 格式化一个带符号和4位小数的双精度数。 参数值:
输出: e = +2.7183
参数值:
argument1
, argument2
]argument1 | argument2 | 输出 |
---|---|---|
null | Bob | Hello null, my name is Bob |
Alice | null | Hello Alice, my name is null |
null | null | Hello null, my name is null |