#define SHOWALERT(meg) UIAlertView *alert=[[UIAlertView alloc]initWithTitle:nil message:meg delegate:nil cancelButtonTitle:@"取消" otherButtonTitles: nil];[alert show];