我正试图称呼这个WS
https://www.tekool.net/js_gateway.php?EuroConverter&getList
问题在于,它没有返回纯JSON。
window.JSserializerOnLoad
(
[
{
'code' : 'aud',
'date' : '1486076400000',
'rate' : 1.4057,
'labelFrench' : 'Dollar australien',
'labelEnglish' : 'Australian Dollar',
'countryFrench' : 'AUSTRALIE',
'countryEnglish' : 'AUSTRALIA'
},
.................
]
)
如何在ANGULAR 6中使用此结果。
谢谢