说明: -(id) init { self = [super init]; if(self) { bgTask = UIBackgroundTaskInvalid; expirationHandler =nil; timer =nil; } return self; } -(void) startBackgroundTasks:(NSInteger)time_ target:(id)target_ selector:(SEL)selector_ { timerInterval =time_; targ
<qq_25500635> 上传 | 大小:3kb