我正在尝试webview
使用上面的代码清除 a 的历史记录:
[_webView setMaintainsBackForwardList:NO];
但我收到此错误消息:
"No visible @interface for uiwebview declares the selector setMaintainsBackForwardList"
我能做些什么?
我正在尝试webview
使用上面的代码清除 a 的历史记录:
[_webView setMaintainsBackForwardList:NO];
但我收到此错误消息:
"No visible @interface for uiwebview declares the selector setMaintainsBackForwardList"
我能做些什么?