1,423
社区成员
发帖
与我相关
我的任务
分享
但是我测试的代码,单独写的时候,发现let isExcluded = cls.isKeyExcluded(fromScript:),并不会进入isKeyExcluded方法内;
甚是奇怪,奇怪
isKeyExcluded( fromScript:"a string")
"a string".withCString { p in
print(p.pointee)
}
错误测试代码:
你可以看直接砍下这个源码:
https://github.com/XWebView/XWebView
https://github.com/XWebView/Sample