append('Content-Type', 'application/json'); this.http.post(link, data, {headers: headers}) .subscribe(data => { var alert = Alert.create({ title: "Data String", ...
確定! 回上一頁