网站首页 美食营养 游戏数码 手工爱好 生活家居 健康养生 运动户外 职场理财 情感交际 母婴教育 生活知识 知识问答

ios webview加载https网址

时间:2026-02-18 08:43:52

1、首先找到appdelegate.m文件,找到@end

2、在@end下面敲入如下代码。

@implementation NSURLRequest(DataController)

+ (BOOL)allowsAnyHTTPSCertificateForHost:(NSString *)host

{

    return YES;

}

@end

ios webview加载https网址

3、如图所示,,然后运行程序。等一会就好了。

© 2026 阿力知识库
信息来自网络 所有数据仅供参考
有疑问请联系站长 site.kefu@gmail.com