摘要:
/** * 格式化微博来源小尾巴 * * @param sourceString * @return */ public static String formatWeiboSource(String sourceString) { ByteArrayInputStream bais = null; try { if (sourceString != null && !sourceString.trim().equals("")) { bais = new ByteAr... 阅读全文
posted @ 2013-03-06 10:50
GreyWolf
阅读(285)
评论(0)
推荐(0)

浙公网安备 33010602011771号