我有一个由其他程序员编写的项目,它使用WebKit。
问题是,Webview
会打印一些像这样的默认日志
{
"Cache-Control" = "no-cache, no-store";
"Content-Encoding" = gzip;
"Content-Length" = 218;
"Content-Type" = "text/xml";
Date = "Thu, 13 Mar 2014 13:14:46 GMT";
Expires = "-1";
"Keep-Alive" = "timeout=3, max=993";
Pragma = "no-cache";
Server = "Microsoft-IIS/7.5";
Vary = "Accept-Encoding";
"X-Powered-By" = "ASP.NET";
}
我无法禁用这些日志。
我在谷歌进行了深入搜索,没有一个合适的答案。