我有这个方法,我从远程服务器接收XML 响应,我需要将XML 转换为JSON,以便Angular 2 可以处理数据: private extractData(res: Response) { let xml = res["_body"] ...
確定! 回上一頁