Dashcode 货币转换器应用程序

发布于 2024-09-18 04:52:20 字数 433 浏览 5 评论 0原文

我正在通过以下网址在 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

绮筵 2024-09-25 04:52:20

最有可能的是脚本文件(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/

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文