Label 如何自动换行

local string = “abc\ndef”
label:setText(string)
不好用?为什么?

用\n应该是可以的啊

嗯,是可以的,谢谢呀

\n 是强制换行不是自动换行。