标签:option open selector with ica object ref mst span
NSURL *url = [NSURL URLWithString:@"Prefs:root=WIFI"];
Class LSApplicationWorkspace = NSClassFromString(@"LSApplicationWorkspace");
[[LSApplicationWorkspace performSelector:@selector(defaultWorkspace)] performSelector:@selector(openSensitiveURL:withOptions:) withObject:url withObject:nil];
标签:option open selector with ica object ref mst span
原文地址:http://www.cnblogs.com/xilanglang/p/6380808.html