在同一文本字段中绑定多个变量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}"
我注意到两种工作,但这是正确的方法,并且会一直工作。
答案 0 :(得分:3)
我会推荐以后的易读性。 它还强调应该将哪些变量设置为Bindable。