带编号占位符的文本以及供 text.format 填入的值。
text.format
Optional
带有 {0} 和 {1} 之类占位符的文本。
{0}
{1}
Hello {0} Copy
Hello {0}
值,按占位符顺序排列:第一个填入 {0},第二个填入 {1}。
["World"] Copy
["World"]
Namespace: Bit › Inputs › Text
Other symbols in Inputs.Text:
API reference home · Full symbol index · Tutorials and guides · Platform
带编号占位符的文本以及供
text.format填入的值。