我正在编写一个 Cordova,iOS 应用程序(我不使用电话间隙),它在 ViewController 中加载单个 html 文件:CDVViewController(cordova 2.5.0)。我在 html 文件中有一个文本框。html 文件位于 ViewController 中。
我的问题是:我在 ViewController.m 文件的事件处理程序中使用什么表达式,它将评估为 myTextBox,它位于 html 文件中?
我的文本框如下所示:
<input type="text" id="myTextBox" >