0
內綁定多個變量,當綁定多個變量在同一文本字段value1
value2
value3
,做到我這樣做:語法文本
text="{some text value1 other text value2 and other text value3}"
or
text="some text {value1} other text {value2} and other text {value3}"
我注意到這兩個工作,但它是做正確的方式和將一直工作。