抱歉我的英语不好,因为这不是我的母语。我是javascript / jquery的初学者。
所以,我有一个清晰的HTML文档,其中包含指向jquery库的链接
<!DOCTYPE HTML>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Document</title>
<script type="text/javascript" src="https://ajax.googleapis.com/ajax/libs/jquery/3.2.1/jquery.min.js"></script>
</head>
<body>
</body>
</html>
但Chrome的控制台显示错误
异常:DOMException:无法在'Element'上执行'querySelectorAll':'*,:x'不是有效的选择器。在https://ajax.googleapis.com/ajax/libs/jquery/3.2.1/jquery.min.js:2:11282 at ja(https://ajax.googleapis.com/ajax/libs/jquery/3.2.1/jquery.min.js:2:7443)......等等
是否有人知道此错误的原因以及如何解决此问题?