0
如何的var apiMatch = '/api/Customer'
string
變量相匹配的JSON響應對象來自API調用如何搭配可變字符串JSON響應對象
JSON對象看起來像下面
我的圖像認爲它會很簡單做類似
if(data.paths == apiMatch) {
// Do something here when its matched
console.log('its matched');
} else {
console.log('Nothing');
}
不是要獲取URL,我想apiPath的'的URL參數值相匹配=「」'是'/ API/Customer'我的JSON響應上圖中顯示的對象。 – nCore
重寫我的問題。 – nCore