标签: android-tabhost
TabHost th =(TabHost)findViewById(R.id.tabhost);
th.setup();
TabSpec ts = th.newTabSpec(“tag1”);
任何人都可以告诉我newTabSpec中new的含义以及如何在newTabSpec的代码中使用