在需要換行的地方使用\r\n即可。
wx.showModal({
title: "換行",
content: "春眠不覺曉,\r\n處處聞啼鳥。",
success: function(res) {
if (res.confirm) {
console.log('點擊確定')
}
}
})
注意,需在真機(預(yù)覽或真機調(diào)試)中才可看到效果,微信開發(fā)者工具不生效。

image.png