How to debug a page on iPad? When using iOS 5, you can open the console in the developer tools in Safari on the iPad and view the log print information of console.log for debugging. However, this item cannot be found after upgrading to iOS 6. Here you can use the firebug tool to debug the page. Add in head: <script type="text/javascript" src="https://getfirebug.com/firebug-lite.js"></script> Then add debug=true to the html, and the firebug debugging tool console will appear when you open the page. This can be used not only for iPad but also for debugging tools on PC. However, general browsers have their own console debugging information, so Firebug is not needed. as follows: Copy code The code is as follows:<html debug=true> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <title>title</title> <script type="text/javascript" src="https://getfirebug.com/firebug-lite.js"></script> </head> <body> Page content </body> </html><span style="white-space: pre;"> </span> |
<<: Common shell script commands and related knowledge under Linux
>>: MySQL partitions existing tables in the data table
Using abbreviations can help reduce the size of yo...
1. Enter the command mysqld --skip-grant-tables (...
Quick Reading Why do we need to monitor SQL state...
User and Group Management 1. Basic concepts of us...
Summarize Global environment ➡️ window Normal fun...
MySQL 8.0.22 download, installation and configura...
Preface Since vue3.0 was officially launched, man...
Copy table structure and its data The following s...
This article shares with you the installation and...
Table of contents Hidden Problems Solution to ada...
Base image The base image has two meanings: Does ...
<br />For every ten thousand people who answ...
In ordinary projects, I often encounter this prob...
Our bank's MGR will be launched at the end of...
Table of contents 1. Introduction to NFS-Ganesha ...