開始都是用html.fromhtml(source);來顯示html的
但是你會發現,對於style,table等等一系列的標籤它都沒有解析的
只好換乙個思路,用webview去做
在xml中加入
android:layout_width="fill_parent"
android:layout_height="fill_parent" />
然後在activity中
webview wview = (webview)findviewbyid(r.id.wv1);
wview.getsettings().setdefaulttextencodingname("utf -8");
wview.loaddata(source, "text/html; charset=utf-8", null);
這樣就可以了
在HTML中建立帶滾動條的table
9 2 週三 9 3 周四 9 4 周五 00 00 瀏覽網頁 看書01 00 coding 02 00 學英語03 00 資料庫00 00 瀏覽網頁 看書01 00 coding 02 00 學英語03 00 資料庫 評 上述 在firefox裡能work,但是在ie8不行。下面的 使用兩個 在f...
HTML中table的屬性tr th td的使用
tr和td 1.width height 單元格的寬高 2.bgcolor 單元格的背景顏色 3.align left center right 單元格中的文字 水平對齊方式 4.valign top center bottom 單元格中的文字,垂直對齊方式 5.nowrap nowrap 單元格中...
將 html 中的 table 轉為資料物件。
將 html 中的 table 轉為資料物件。webbrowser web new webbrowser web.scripterrorssuppressed true web.documentcompleted new webbrowserdocumentcompletedeventhandler...