摘要:
#import @interface MyMD5 : NSObject { }+(NSString *) md5: (NSString *) inPutText ;@end#import "MyMD5.h"#import "CommonCrypto/CommonDigest.h"@implement... 阅读全文
摘要:
//判断手机号是否正确- (BOOL)checkTel:(NSString *)str{ if ([str length] == 0) { UIAlertView* alert = [[UIAlertView alloc] initWithTitle:@"提示" message:@"手... 阅读全文