我已经开发了一个小的JavaScript游戏,我想把它扩展到网络浏览器之外,使桌面和移动版本可用。重用现有JavaScript代码的最佳方式是什么?
发布于 2013-04-10 15:37:17
我的答案是使用Phonegap。请参阅PhoneGap documentation。它支持the mobile Platforms。
https://stackoverflow.com/questions/15918927
相似问题