摘要:
WebView使用:Java代码/**Calledwhentheactivityisfirstcreated.*/@OverridepublicvoidonCreate(BundlesavedInstanceState){super.onCreate(savedInstanceState);//在标题栏上显示进度getWindow().requestFeature(Window.FEATURE_PROGRESS);//定义WebViewwebview=newWebView(this);setContentView(webview);//滚动条风格webview.setScrollBarStyl 阅读全文
posted @ 2011-07-01 10:09
denniswang
阅读(845)
评论(0)
推荐(0)
浙公网安备 33010602011771号