这是我在 HTML 中的内容:
<!DOCTYPE html>
<html>
<head>
<script type="text/javascript" src="/static/jslibs/jquery-ui-1.10.2.custom/css/ui-lightness/jquery-ui-1.10.2.custom.css"></script>
<title>test</title>
</head>
<body>
</body>
</html>
这是我得到的:
Uncaught SyntaxError: Unexpected token .
...Here code caused exception...
.ui-helper-hidden {
display: none;
}
有人熟悉吗?