小程序字符换行,小程序wx.showToast方法实现文字换行
小程序字符换行,小程序wx.showToast方法实现文字换行
文章引用:https://blog.csdn.net/zuo_zuo_blog/article/details/108749819。
微信开发者工具对wx.showToast()的部分描述如下:
文案需要换行,可以如下操作:wx.showToast({
title: `换行前内容\r\n换行后内容`
icon: 'none'
})
小程序字符换行,小程序wx.showToast方法实现文字换行
文章引用:https://blog.csdn.net/zuo_zuo_blog/article/details/108749819。
微信开发者工具对wx.showToast()的部分描述如下:
文案需要换行,可以如下操作:wx.showToast({
title: `换行前内容\r\n换行后内容`
icon: 'none'
})