我正在使用 webworks 为黑莓开发应用程序。该项目可以像这样使用来自 CDN 网络(互联网)的 javascript(jquery 和 jquery mobile)或 css:
<link rel="stylesheet" href="http://code.jquery.com/mobile/1.1.1/jquery.mobile-1.1.1.min.css" />
<script src="http://code.jquery.com/jquery-1.7.1.min.js"></script>
<script src="http://code.jquery.com/mobile/1.1.1/jquery.mobile-1.1.1.min.js"></script>
我在 Ripple 模拟器中试过了,效果很好。当我在 BlackBerry 模拟器上直接在设备上尝试时,应用程序出现时没有样式。谢谢你。