ibeautiful
试试下面这个方法:import { Component } from '@angular/core';import { NavController } from 'ionic-angular';import { Http } from '@angular/http';@Component({templateUrl: 'build/pages/home/home.html',selector: 'my-app',template: `<h2>1111</h2>`})export class HomePage {constructor(public navCtrl: NavController) {}// title="okoko";// name="lettt";}