2012年11月20日
摘要: 可以不用经过 Html.fromHtml 因为我的数据里面含有一点 html的标签。所以经过html转换了。实现方法:TextView content = (TextView) convertView.findViewById(R.id.content); content.setText(Html.fromHtml("<html><head>"+temp.get(position).getContent()+"</html></head>")); ... 阅读全文
posted @ 2012-11-20 14:39 nuliniao 阅读(1848) 评论(0) 推荐(1) 编辑