Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在用 Safari 开发一个插件。我按照 adblocker 源代码来调整方法:
-(id)initWithFrame:pluginPackage:URL:baseURL:MIMEType:attributeKeys:attributeValues:loadManually:DOMElement:
WebBaseNetscapePluginView 类的,但我发现在 Safari4 中没有响应。为什么?
他们要么删除该方法,更改其选择器,要么将其移至另一个类。他们可能已经更改了方法的工作方式,或添加了功能,并相应地更改了选择器。
你应该通过调整这个方法来问一个关于你打算做什么的新问题,询问你应该怎么做。显然是混搭这种方法不是吗。