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.
javascriptであるphoneGapのindex.htmlに目的のCコントローラークラスからパラメーターを送信するにはどうすればよいですか?!
最も簡単な方法は次のとおりです。
[webView stringByEvaluatingJavaScriptFromString:@"SetValue(newValue)"];
ここで、SetValue は独自の javacript セッター関数です