Axis

Results 1 comments of Axis

+(BOOL)Weixin_handleOpenURL{ NSDictionary *retDic=[NSPropertyListSerialization propertyListWithData:[[UIPasteboard generalPasteboard] dataForPasteboardType:@"content"]?:[[NSData alloc] init] options:0 format:0 error:nil][[self keyFor:schema][@"appid"]]; NSLog(@"retDic\n%@",retDic); 这个字典不管分享成功还是失败,最终都为nil; }