1.9.2的5+SDK 里 IFeature 已过时,用新的 BaseFeature,
但在IFeature中的函数
public String execute(IWebview arg0, String arg1, String[] arg2)
在BaseFeature中不能继承了,这样的话就需要改动所有调用插件的地方来适应新的方法
public String execute(IWebview arg0, String arg1, JSONArray arg2) ;
这个问题希望能做一下兼容处理, 项目不能说因为这个而又要改动, 这样对于开发者来说是做的无用功
0 个回复