MD5加密示例
if(s.length()==1){ sb.append("0"+s); }else{ sb.append(s); } } System.out.println(sb.toString()); }}