Topic | Description |
---|---|
Sends a message to the console if the expression provided evaluates to false. The message text color is red and it is prefaced by an error icon. | |
Clears messages from the console. | |
Prints the properties of an object to the console. | |
Sends an error "message" to the console. The message text color is red and it is prefaced by an error icon. | |
Sends an informational "message" to the console. The message is prefaced by an information icon. | |
Sends a log "message" to the console. The message is prefaced by the string "LOG". | |
Retrieves a Boolean value indicating whether the element is independently composed. | |
Starts recording profile information under the optional title provided. This command is equivalent to clicking the Start profiling button on the F12 developer tools Profile tab. | |
Stops recording profile information under the last report title. | |
Sends a warning message to the console. The message is prefaced by the warning icon. |
ie的开发者工具(Console Debugging API )
最新推荐文章于 2025-06-17 13:26:10 发布