單項(xiàng)選擇題假設(shè)assets目錄下有文件結(jié)構(gòu)html/hello.html,用loadUrl()方法將該網(wǎng)頁加載至webView時(shí),需傳入的參數(shù)是()。

A.file:///asset/html/hello.html
B.file:///android_asset/html/hello.html
C.file:///androidasset/hello.html
D.file:///assets/html/hello.html


您可能感興趣的試卷

你可能感興趣的試題

1.單項(xiàng)選擇題AppWidget窗口小部件時(shí)不可以使用下列哪個(gè)布局()。

A.FrameLayout
B.LinearLayout
C.TableLayout
D.RelativeLayout

2.單項(xiàng)選擇題使用HttpUrlConnection實(shí)現(xiàn)移動(dòng)互聯(lián)時(shí),設(shè)置讀取超時(shí)屬性的方法是()。

A.setTimeout()
B.setReadTimeout()
C.setConnectTimeout()
D.setRequestMethod()

4.單項(xiàng)選擇題在開發(fā)AppWidget窗口小部件時(shí),需要繼承()類。

A.AppWidgetReceiver
B.AppWidgetConfigure
C.AppWidgetManager
D.AppWidgetProvider

5.單項(xiàng)選擇題LocationManager獲取位置信息的途徑下列說法不正確的是()。

A.GPS定位更精確,缺點(diǎn)是只能在戶外使用
B.NETWORK通過基站和Wi-Fi信號(hào)來獲取位置信息,速度較慢,耗電較少
C.獲取用戶位置信息,我們可以使用其中一個(gè),也可以同時(shí)使用兩個(gè)
D.GPS定位耗電嚴(yán)重,并且返回用戶位置信息的速度遠(yuǎn)不能滿足用戶需求