运行结果尺寸: 300 x 150
x
 
<!DOCTYPE html>
<html>
<head>
<script src="https://ajax.aspnetcdn.com/ajax/jQuery/jquery-3.5.1.min.js"></script>
<script>
$(document).ready(function(){
  $("p").css("background-color", "yellow");
});
</script>
</head>
<body>
<h1>欢迎来到我的主页</h1>
<p class="intro">我叫唐纳德。</p>
<p>我住在达克堡。</p>
<p>我最好的朋友是米奇。</p>谁是你的最爱:<ul id="choose">
  <li>Goofy</li>
  <li>Mickey</li>
  <li>Pluto</li>
</ul>
</body>
</html>
×

报个问题: