慕姐4208626
1、Android开发中有一个WebView控件,用于加载web页面 2、在布局xml文件中使用,如下123456 <WebView android:id="@+id/webView1" android:layout_width="match_parent" android:layout_height="match_parent" android:layout_alignParentBottom="true" android:layout_alignParentLeft="true"/>