this.soapService.post(this.Base_Url, 'User', data)
.then(result => {
console.log(JSON.stringify(result));
}).catch(error => {
alert("Error :" + error);
});
我得到了JSON对象的结果,但我无法获得特定的值
对于ex:JSON.stringify(result [0] .user),我的状态为undefined