Searching for HTML elements in Chrome DevTools

前端 未结 4 1682
遥遥无期
遥遥无期 2021-01-30 16:08

On this website, there\'s a div with the attribute class=\"item\". When I clicked F12 to bring up the Developer Tools. I pressed Ctrl

4条回答
  •  北恋
    北恋 (楼主)
    2021-01-30 16:46

    This seems like it might be a bug. You can report it on http://crbug.com.

    If you were to search for 'item' you should be able to find the elements that have the class item on them.

提交回复
热议问题