嘿,我是新的angular2,我試圖得到這樣的響應url。角2響應URL獲取記錄的字符不是在一個字符串
.map(res => res.url); --this is in my service
.subscribe(data => {
for (let entry of data){
this.test = entry;
,當我登錄測試看起來像這樣我的網址:
h2 home.component.ts:35
t home.component.ts:35
p home.component.ts:35
:2 home.component.ts:35
等你明白了吧,所以這是爲什麼? 我只想獲得響應的普通網址供以後使用。 感謝
你想要的應用程序的當前URL – Sajeetharan
沒有,我做一個GET請求和響應有一個網址我想, – benonymus