<!DOCTYPE html>
<html lang="zh-CN">
<head>
<meta charset="UTF-8">
< ;title>jquery オブジェクトのトラバース</title>
<script src="../jquery-3.3.1.js"></script>
<script>
$( " button").click(function () {
$(this).css("color" ,"red").html(i "---" "www.php.cn");
});
})
;button type="button" name=" button">クリックして色を変更してください</button>
<ul>
;PHP 中国語 Web サイト 02</li>
;/li>
</ul>
</body>
</html>
小灰2019-03-19 16:53:53
<!DOCTYPE html>
<html lang="zh-CN">
<head>
<meta charset="UTF-8">
<title>jquery オブジェクトを走査する</title>
<li>PHP 中国語 Web サイト 01</li><li>PHP 中国語 Web サイト 02</li><li>PHP 中国語 Web サイト 03</li>< li>PHP 中国語 Web サイト 04</li><li>PHP 中国語 Web サイト 05</li></ul></body><script src="https:// code.jquery.com /jquery-3.2.1.min.js"></script><script>$("button").click(function() {//上記コメント化されたコードの行、この関数を使用してさらに関数を完成させます $("li").each(function (i) {$(this).css("color","red").html(i+" -- -"+"www.php.cn");});})</script></html>