javascript - Js open devtools -



i using google chrome dev tools.
know how open devtools, how open (devtools) js , html:

<!doctype html> <html> <head>    <title></title> </head> <body>  <button onclick="function()">open dev tools</button> <script type="text/javascript"> function function() {     "code  open devtools ......" }; </script>  </body> </html> 

but code code open devtools ......?

simply press f12 on keyboard


Comments

Popular posts from this blog

resizing Telegram inline keyboard -

command line - How can a Python program background itself? -

php - "cURL error 28: Resolving timed out" on Wordpress on Azure App Service on Linux -