摘要: /* 1.是否以某字符串结尾 endsWith(theStr,endStr) @param theStr:要判断的字符串 @param endStr:以此字符串结尾 @return boolean;*/function endsWith(theStr,endStr){ var theStrLengt... 阅读全文
posted @ 2015-07-23 10:59 a757956132 阅读(187) 评论(0) 推荐(0)
摘要: http://blog.csdn.net/kimsoft/article/details/3353849import java.util.ArrayList;import java.util.List;import org.apache.commons.lang.StringUtils;import... 阅读全文
posted @ 2015-07-23 10:27 a757956132 阅读(289) 评论(0) 推荐(0)