微信小程序 - wx.showModal 内容换行

653 阅读1分钟
wx.showModal({
  title: '提示',
  content: '测试测\n试内容!'
})

注意:换行只需要使用 \n 即可,但是只能在真机上生效,模拟器上不能生效。