无论您在什么设备上运行 phonegap.js 文件,它是否都相同?这是我的代码。我想做的是引入最新版本的 PhoneGap,而不是在本地托管它。
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1/jquery.min.js"></script>
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="http://code.jquery.com/mobile/latest/jquery.mobile.css">
<script>
$(document).bind("mobileinit", function() {
$.mobile.ajaxEnabled = false;
});
</script>
<script src="http://code.jquery.com/mobile/latest/jquery.mobile.js"></script>
<script src="phonegap.js" type="text/javascript"></script>