文章详情页
实现bing搜索工具urlAPI提交
浏览:186日期:2022-06-02 16:31:44
问题描述
JSON request sample: POST /webmaster/api.svc/json/SubmitUrlbatch?apikey=sampleapikeyEDECC1EA4AE341CC8B6 HTTP/1.1Content-Type: application/json; charset=utf-8Host: ssl.bing.com{"siteUrl":"http://yoursite.com","urlList":["http://yoursite.com/url1","http://yoursite.com/url2","http://yoursite.com/url3"]}JSON response sample:HTTP/1.1 200 OKContent-Length: 10Content-Type: application/json; charset=utf-8{"d":null}
官网给的例子是这样,怎么用php实现?
问题解答
回答1:这是请求体与响应体的内容, 如果想了解细节 , 可查阅手册中的php网络编程, http相关部分
相关文章:
1. 运行python程序时出现“应用程序发生异常”的内存错误?2. 小白学python的问题 关于%d和%s的区别3. macos - 无法source activate python274. javascript - npm run build后调用api返回index.html5. github - 求助大神啊,win10 git clone error,折腾了几天都不行,以前原本好好的,突然就这样了6. javascript - node得到req不能得到boolean7. css - 关于background-position百分比的问题?8. html - vue里面:src在IE(9-11)下不显示图片9. css - angular前端如何让ng-repeat的内容并排一行,跑起来呢?10. android - 如何实现QQ pad 点击右侧输入框,只顶右侧的布局,左侧布局不动
排行榜

网公网安备