是否可以匹配url param值以匹配Js或Angular 2中的JSON Object键响应?
例如www.mysite.com/sometpath?matchThisVal="/api/matchMeWithJsonObject"
我希望将/api/matchMeWithJsonObject
与JSON对象匹配,然后控制台记录此对象以查看其中的其他对象。
JSON对象以匹配url param值。
someResponse {
/api/matchMeWithJsonObject {} Object // Match this with the url param value above
}
如果有可能,有人能指出我正确的方向吗?