标签: xcode cordova
我很想知道我们是否可以在xcode和amp;中定义变量然后用HTML或javascript访问它。
例如 像这样在中定义一个变量
NSString * abc = @"Hi there!";
并在Baker或phonegap中访问它
<script> var xyz = xcode.abc //XCode alert(xyz); </script>