Dashcode 货币转换器应用程序
我正在通过以下网址在 Dashcode 中开发CurrencyConverterApp。 http://mobiforge.com/developing/story/build- web-apps-iphone-using-dashcode。但在代码中我收到错误
[会话于 2010-09-08 14:55:29 +0530 开始] mobile/main.js 第 146 行:SyntaxError:解析错误 mobile/index.html 第 14 行:找不到变量:加载 [会话结束于 2010-09-08 14:55:37 +0530]。
请帮助我编写此代码来完成我的应用程序。
I was working on CurrencyConverterApp in Dashcode by following this url. http://mobiforge.com/developing/story/build-web-apps-iphone-using-dashcode. But in code i am geting an error
[Session started at 2010-09-08 14:55:29 +0530]
mobile/main.js line 146: SyntaxError: Parse error
mobile/index.html line 14: Can't find variable: load
[Session ended at 2010-09-08 14:55:37 +0530].
Please help me in this code to complete my App.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
最有可能的是脚本文件(main.js)中有错误。如果您关闭了 { 或 } 或其他内容,请仔细检查您的代码。您还可以使用此在线工具来帮助您:http://www.jslint.com/
Most possible you have an error in the script file (main.js). Double check your code if you have closed a { or } or something else. You can also use this online tool to help you out: http://www.jslint.com/