NSTimer *tm = [NSTimer scheduledTimerWithTimeInterval:0.1 target:self selector:@selector(timefire) userInfo:nil repeats:YES];
   [tm fire];
最終更新:2011年07月27日 17:12