-2
我剛剛開始使用jQuery,和而不是[<li>my name</li>,
谷歌瀏覽器的控制檯輸出預期輸出:谷歌瀏覽器的JQuery控制檯輸出
[李,prevObject:r.fn.init(1)] : 利 長度 : prevObject : r.fn.init(1) 原 : 對象(0)
<html>
<head>
<title>fww</title>
</head>
<body>
<ul>
<li>my name</li>
</ul>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.2.1/jquery.min.js"></script>
<script>
var lis = jQuery('ul li');
console.log(lis);
</script>
</body>
</html>
<html>
<head>
<title>fww</title>
</head>
<body>
<ul>
<li>my name</li>
</ul>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.2.1/jquery.min.js"></script>
<script>
var lis = jQuery('ul li');
console.log(lis);
</script>
</body>
</html>
什麼是你的問題? – BenM
問之前是否真的做了一些努力?顯然有 –
,使用了console.log。 –