摘要: 使用: 阅读全文
posted @ 2017-08-04 16:31 新年新气象 阅读(1235) 评论(0) 推荐(0)
摘要: @interface ViewController () { dispatch_source_t _timer; } @property (weak, nonatomic) IBOutlet UILabel *timeLab; @end @implementation ViewController - (void)viewDidLoad { [super viewDidLoa... 阅读全文
posted @ 2017-08-04 14:40 新年新气象 阅读(129) 评论(0) 推荐(0)
摘要: 手机号验证 是否是移动号码 是否是联通号码 是否是电信号码 邮箱验证 将手机号中特定位置替换为*号 6~16位数字、字母、下划线组成的密码格式校验 //身份证验证 阅读全文
posted @ 2017-08-04 10:08 新年新气象 阅读(237) 评论(0) 推荐(0)