Js打开devtools

时间:2015-10-03 07:51:07

标签: javascript google-chrome google-chrome-devtools htmlbutton


我在开发工具中使用谷歌浏览器。
我知道如何打开DevTools,但如何用js和html打开它(DevTools)

<!DOCTYPE html>
<html>
<head>
   <title></title>
</head>
<body>

<button onclick="function()">Open Dev Tools</button>
<script type="text/javascript">
function function() {
    "Code  for Open DevTools ......"
};
</script>

</body>
</html>

但是这个代码 Open DevTools代码...... 是什么?

1 个答案:

答案 0 :(得分:0)

只需按键盘上的F12即可