摘要:
来自于http://tr4work.blog.163.com/blog/static/13714931420104131511931/1、从程序内 发送短信 [[UIApplicationsharedApplication]openURL:[NSURLURLWithString:@"sms:// "]]; 短信的内容无法初始化,至少在3.2之前是这样,但是可以通过将要初始化的信息写到拷贝里来弥补。2、从程序内 发送邮件 -(void) checkSender:(id) sender{ ClassmailClass = (NSClassFromString(@"MF 阅读全文