0
我怎麼能發送參數形式目標c控制器類到index.html在phoneGap這是javascript?!發送參數形式目標c控制器類到index.html在phoneGap
我怎麼能發送參數形式目標c控制器類到index.html在phoneGap這是javascript?!發送參數形式目標c控制器類到index.html在phoneGap
最簡單的方法是:
[webView stringByEvaluatingJavaScriptFromString:@"SetValue(newValue)"];
其中的SetValue是你自己的javacript setter函數
當然它工作時在web視圖加載頁面是您的index.html –