【发布时间】:2018-04-19 20:50:47
【问题描述】:
在 Ionic 3 中是否有使用 Alert 显示新行的方法?
我应该用什么替换'\n'?
doFinalise() {
let confirm = this.alertCtrl.create({
title: 'Are you sure?',
message: 'Are these details correct?\n Price ($/L): \n KMs Done: \n Total Spent: \n Fuel Type: \n Date: ',
buttons: [ etc...
最终,消息将在新行之前显示变量,但现阶段不需要。
【问题讨论】: