摘要: #import @interface MyMD5 : NSObject { }+(NSString *) md5: (NSString *) inPutText ;@end#import "MyMD5.h"#import "CommonCrypto/CommonDigest.h"@implement... 阅读全文
posted @ 2014-12-15 18:24 Colaless 阅读(800) 评论(0) 推荐(0) 编辑
摘要: //判断手机号是否正确- (BOOL)checkTel:(NSString *)str{ if ([str length] == 0) { UIAlertView* alert = [[UIAlertView alloc] initWithTitle:@"提示" message:@"手... 阅读全文
posted @ 2014-12-15 18:22 Colaless 阅读(1436) 评论(0) 推荐(0) 编辑