-4

在下一页http://search.maven.org/#artifactdetails%7Cnet.thucydides%7Cthucydides-browsermob-plugin%7C0.9.220-RC2%7Cjar上,如果我检查 GroupId 输入元素,它的 id id=" groupid”,但如果我检查页面的源代码,输入 id 变为 id="groupId"。为什么会有这样的行为?

4

1 回答 1

1

当您检查它以及查看源代码时,您不是在查看相同的元素。groupidid动态生成的输入字段,“groupId”在另一个地方。

于 2013-10-23T12:42:55.407 回答