有沒有一種方法,結果鏈接顯示確切的鏈接,而不是重新定向的鏈接?Bing認知搜索,在url中的實際網站,而不是bing重定向
例如有沒有在認知搜索bing的方式來把href的實際鏈接,而不是重定向?
`"value": [
{
"id": "https://api.cognitive.microsoft.com/api/v5/#WebPages.0",
"name": "<b>Burrito Recipes</b> - Allrecipes.com",
"url": "http://www.bing.com/cr?IG=4BE4CA19570B4740ABE2B85782727544&CI......",
"displayUrl": "all<b>recipes</b>.com/<b>recipes</b>/1216",
"snippet": "<b>Burrito Recipes</b> ...",
"deepLinks": [
{
"name": "Mexican",
"url": "http://www.bing.com/cr?IG=4BE4CA19570B4740ABE2BF...",
"snippet": "Mexican Recipes Find ..."
}
]`
這樣的網址是實際的鏈接?
是的,但那就是前端網址;被顯示,它可能不是完整的URL路徑,雖然.... –