在这里,我正在尝试从 mywebpage 获取 html,bt somethng 是错误的..这是我的代码..我已经在我的 controller.h 文件中声明了 html 字符串。
[NSURLConnection sendAsynchronousRequest:urlRequest queue:queue completionHandler:^(NSURLResponse *responde,NSData *Data,NSError *error){
html=[[NSString alloc] initWithData:Data encoding:NSUTF8StringEncoding];
//NSLog(@"%@",html); //WORKING
}];
NSLog(@"%@",html); //NOT WORKING