我有以下html文档:
<!DOCTYPE html>
<html>
<head>
<link rel="stylesheet" href="https://code.jquery.com/mobile/1.4.5/jquery.mobile-1.4.5.min.css" />
<script src="https://code.jquery.com/jquery-1.11.1.min.js"></script>
<script src="https://code.jquery.com/mobile/1.4.5/jquery.mobile-1.4.5.min.js"></script>
</head>
<body>
hi
</body>
</html>
在Safari 9.0.2中,我在Unexpected token error: :
文件的第3753行获得jquery.mobile-1.4.5.min.js
。
我在Chrome中没有收到错误。