禁用右键单击后如何检查 chrome 中的元素?
我想调试一个信息框,当我将鼠标悬停在谷歌地图标记上时显示该信息框。但谷歌地图禁用右键单击地图画布上的任何位置,因此我无法检查该元素以进行调试/查看目的。
我尝试通过元素选项卡中的 href 内容搜索元素,但它没有显示在搜索中。
尽管缺少右键单击,有没有办法检查元素?
I want to debug a info box that shows when I mouse over a google map marker. But google map disables right click anywhere on the map canvas, so I can't inspect the element for debugging / viewing purposes.
I tried to search for the element by the href content in the elements tab, but it didn't show up on search.
Is there a way to inspect element despite the lack of right click?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(8)
当然,您可以使用 Ctrl+Shift+I 打开开发工具,然后单击检查元素按钮(带有箭头的方块)
Sure, you can open the devtools with Ctrl+Shift+I, and then click the inspect element button (square with the arrow)
在 Mac 操作系统上,您必须按:
CMD+ALT+I
On Mac OS you have to press:
CMD+ALT+I
使用 Ctrl+Shift+C (或 Cmd+Shift+ C(Mac 上))以在“检查元素”模式下打开 DevTools,或者如果 DevTools 已打开,则切换“检查元素”模式。
Use Ctrl+Shift+C (or Cmd+Shift+C on Mac) to open the DevTools in Inspect Element mode, or toggle Inspect Element mode if the DevTools are already open.
因此,使用快捷键,按 ctrl + shift + I,然后单击左侧的放大选项,然后将鼠标光标悬停,您将导航到正确的方式
So use the short cut keys , Press ctrl + shift + I and then Click on Magnifying Option on Left side and Then Hover the mouse cursor and you will be navigate to proper way
CTRL+SHIFT+I 调出开发人员工具。
CTRL+SHIFT+I brings up the developers tools.
按 F12 检查元素,按 Ctrl+U 查看页面源代码
Press F12 to Inspect Element and Ctrl+U to View Page Source
替代方式:
单击开发人员工具检查元素。您还可以使用键盘快捷键,例如 CtrlL+Shift+I、F12(或 Fn+F12)等。
ALTERNATE WAY:
Click Developer Tools to inspect element. You may also use keyboard shortcuts, such as CtrlL+Shift+I, F12 (or Fn+F12), etc.
在 Mac OS 上按:
CMD
+OPTION
+J
(用于控制台)On Mac OS press:
CMD
+OPTION
+J
for console