// get the headers of the requestdef content= messageExchange.getResponseContent()def headers = messageExchange.getResponseHeaders()log.info headers //get the Content-Type of the headersdef contentType= headers["Content-Type"][0]log.info conten…
导入头文件: #import <SystemConfiguration/CaptiveNetwork.h> - (void)currentWifiSSID { // Does not work on the simulator. NSArray *ifs = (__bridge id)CNCopySupportedInterfaces(); NSLog(@"ifs:%@",ifs); for (NSString *ifnam in ifs) { …