import { HTTP } from '@ionic-native/http'; constructor(private http: HTTP) {} ... this.http.get('http://ionic.io', {}, {}) .then(data ...
確定! 回上一頁