Css &引用;意外的令牌错误::";使用jQuery mobile 1.4.5在Safari上

Css &引用;意外的令牌错误::";使用jQuery mobile 1.4.5在Safari上,css,jquery-mobile,safari,Css,Jquery Mobile,Safari,我有以下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&g

我有以下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中,我在
jquery.mobile-1.4.5.min.js
文件的第3753行得到了一个
意外的令牌错误:

我在Chrome中没有发现错误