QNetworkReply不检索内容处理标头

时间:2012-09-20 17:28:08

标签: qt header network-programming http-headers

if(reply->rawHeaderList().contains("Content-Disposition"))
     check=reply->rawHeader("Content-Disposition");
else
     check="no result";

结果是“没有结果”这是一个错误,还是有任何解决方法!

0 个答案:

没有答案