使用OC建立项目 2015/02/12 14424 UIAlertView *alert=[[UIAlertView alloc]initWithTitle:@"提示" message:promptTitle delegate:nil cancelButtonTitle:@"确定" otherButtonTitles:nil, nil]; [alert show];