摘要: - (IBAction)StartDownLoad:(UIButton *)sender { //NSString *urlstr = [NSHomeDirectory() stringByAppendingPathComponent:@"Documents"]; NSStrin... 阅读全文
posted @ 2015-06-11 15:52 app珊 阅读(256) 评论(0) 推荐(0) 编辑
摘要: - (IBAction)login:(UIButton *)sender { NSString *username = self.usrnameTextField.text; NSString *password = self.pwdTextField.text; NSString *u... 阅读全文
posted @ 2015-06-11 14:32 app珊 阅读(99) 评论(0) 推荐(0) 编辑
摘要: - (IBAction)getbigfile:(UIButton *)sender { NSString *str = @"http://b.hiphotos.baidu.com/video/pic/item/e850352ac65c1038698cd94eb7119313b17e894f.j... 阅读全文
posted @ 2015-06-11 11:35 app珊 阅读(357) 评论(0) 推荐(0) 编辑
摘要: NSString *urlStr =[NSString stringWithFormat:@"http://qzone.qq.com/login?username=%@&pwd=%@",username,password];urlStr = [urlStr stringByAddingPercent... 阅读全文
posted @ 2015-06-11 10:50 app珊 阅读(165) 评论(0) 推荐(0) 编辑