可以在jQueryMobile中禁用"错误加载页面"消息吗?我的头脑中有以下内容:a)信息仍然显示出来.b)文字不正确
<script>
$(document).bind("mobileinit", function(){
$.mobile.pageLoadErrorMessage = 'coming right up!';
});
$(document).bind("mobileinit", function(){
$.mobile.pageLoadErrorMessage = true;
});
</script>
Run Code Online (Sandbox Code Playgroud) 当我在生成的HTML中查看javascript链接时,它会读取prototype.js?1304329463.我很好奇"?1304329463"是什么意思,呼唤或表示什么.