<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="UTF-8">
    <title>each</title>
</head>
<body>
    <ul>
        <li>序号:1</li>
        <li>名称:水密码吸附水</li>
        <li>数量:1</li>
        <li>价格:89</li>
    </ul>
    <button ).each(function(index,element){
            alert($(element).text());
            })
        })
    })
</script>
</html>

相关文章:

  • 2021-06-08
  • 2022-12-23
  • 2021-12-26
  • 2021-11-02
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
猜你喜欢
  • 2021-09-25
  • 2021-12-10
  • 2022-12-23
  • 2021-12-10
  • 2021-12-10
  • 2021-12-10
  • 2021-12-02
相关资源
相似解决方案