import { AlertController } from 'ionic-angular'; export class MyPage { constructor(public alertCtrl: AlertController) { } showAlert() { let ...
確定! 回上一頁