错误的
<WebView
android:id="@+id/main_webview"
android:layout_width="match_parent"
android:layout_height="0dp"
android:layout_weight="1"/>
正确的
<WebView
android:id="@+id/main_webview"
android:layout_width="match_parent"
android:layout_height="match_parent"/>
就是这种小细节没注意 给前端弄萌了 sorry,,,