摘要:
Code: /** * 截取字符串 len为字节长度 * @param str * @param len * @return * @throws UnsupportedEncodingException */ public static String getLimitLengthString( String str,int len){ try{ ... 阅读全文
posted @ 2006-12-22 01:12
dkcndk
阅读(187)
评论(0)
推荐(0)
浙公网安备 33010602011771号