当我服务器给出的response header 没有 content-length的时候
webview加载一半儿页面的html 就不在读取了
认为已经加载完毕了
这个是hbuilder优化的结果么?
我使用的是百度云服务,它不会自动计算 content-length 并且放在header中。
而且我的php代码也不太好改。
我想确定是不是这个原因导致 webview只加载了一半儿 html的
}
</script>
<script>
function abc123(){
alert(123);
}
</script>
<script>
function abc123(){
alert(123);
}
function abc123(){
alert(123);
}
function abc123(){
alert(123);
}
function abc123(){
alert(123);
}
function abc123(){
alert(123);
这个是从chrome remote debug看到的源文件,到了这就没有再加载了。
0 个回复