Inspect Element option for IE?

2019-03-10 20:16发布

In Chrome and Firefox, you can right click an element and select "Inspect element" to see developer information about it.

Is there a plugin or option that will launch IE Developer Toolbar (or similar) with the same right click menu?

3条回答
唯我独甜
2楼-- · 2019-03-10 20:44

to use Inspect element Just press F12 button in IE8

enter image description here

查看更多
爷、活的狠高调
3楼-- · 2019-03-10 20:46

Many answered this in other places. But some of the people will first get this question on searches, so here is an answer:
On IE9 (I didn't test on IE8) you can get the Developer Toolbar by pressing F12, and then Ctrl+B (or click the pointer) to inspect an element.

查看更多
我只想做你的唯一
4楼-- · 2019-03-10 20:54

I would suggest using Firebug Lite. Firebug Lite is writtern in javascript, so you can use it in any browser. Include the following code at the top of the <head> of your page:
<script type="text/javascript" src="https://getfirebug.com/firebug-lite.js"></script>
or use the bookmarklet provided here

查看更多
登录 后发表回答