tabshost可以有好幾個頁面,例如有5個tab就有5個頁面 用以下程式碼可以取得特定頁面,例如第四頁。 tabHost.getTabWidget().removeView(tabHost.getTabWidget().getChildTabViewAt(3));