一、准备环境:

1、准备测试页面test.html

<html>
<head>
    <title>
        The Dormouse's story
    </title>
</head>
<body>
<p class="title">
    <b>
        The Dormouse's story
    </b>
</p>
<p class="story">
    Once upon a time there were three little sisters; and their names were
    <a class="sister" href="http://example.com/elsie" id="link1">
        Elsie
    </a>
    ,
    <a class="sister" href="http://example.com/lacie" id="link2">
        Lacie
    </a>
    and
    <a class="sister" href="http://example.com/tillie" id="link2">
        Tillie
    </a>
    ; and they lived at the bottom of a well.
</p>
<p class="story">
    ...
</p>
</body>
</html>
test.html

相关文章:

  • 2022-12-23
  • 2022-12-23
  • 2021-10-17
  • 2021-07-22
  • 2021-07-23
  • 2021-08-19
  • 2023-03-17
  • 2021-07-19
猜你喜欢
  • 2022-12-23
  • 2022-12-23
  • 2021-10-20
  • 2021-04-09
  • 2022-02-10
  • 2022-12-23
  • 2021-04-29
相关资源
相似解决方案