如何在不使用BingSearchContainer的情況下對bing search api進行身份驗證。 隨着bing搜索容器,我們可以做這樣的事情: var bing = new BingSearchContainer(new Uri("https://api.datamarket.azure.com/Bing/Search/")) { Credentials = new NetworkCred
我讀過這篇文章的基本身份驗證:我Bing search API and Azure 並用下面的代碼來模仿它: <?php
if (isset($_GET['bingquery'])){
// Replace this value with your account key
$accountKey = '***myaccountkey***';
$WebSea
我使用必應搜索API的json結果。在結果中,雙引號會被一個反斜槓轉義。但是,Javascript不接受這一點。它要求我使用雙反斜槓來避免雙引號。 所以,我的問題是,如何用雙反斜槓替換單個反斜槓。 例如,JSON代碼的一部分是這樣 "Description":"LONDON Britain should stay in the EU \"warts and all\", the oppositio