JS Console.log Print pairs of image arrays

Source: Internet
Author: User

What Console.log is, is actually a print JS array and the function of the image, it is like PHP print_r,var_dump. Console.log This function itself has nothing to say, this blog tells you how to use this function. Before I say this function, I want you to use the most view JS output, is alert bar, but alert, can only play string or int

One, test file test.html

<HTMLxmlns= "http://www.w3.org/1999/xhtml"><Head><Metahttp-equiv= "Content-type"content= "text/html; charset=utf-8" /><title>Console.log Test</title></Head><Scripttype= "Text/javascript">varTestobj=    {        'ID': 1,        'content': 'Test',        'FirstName': function() {document.getElementById ('FirstName'). Value= "Zhang"; },        'LastName': function() {document.getElementById ('LastName'). Value= "Ying"; }    };<!--Print to Image -Console.log (testobj);</Script><Body>     <inputtype= "text"ID= ' FirstName 'name= "FirstName"value= ' '>     <inputtype= "text"ID= ' LastName 'name= ' LastName 'value= ' '></Body></HTML>

Second, chrome development tools to view JS image

Console Chrome

Now the chrome developer tools and Firebug, I use half-to-half. Chrome developer Tools, there is also a feature that Firebug does not have.

The console can run JS, if this page is an IFRAME, Firebug can only run on the parent, and chrome can choose the page inside the execution, if

Chrome IFRAME Console

Three, Firebug view JS pair image

Firebug Console

JS Console.log Print pairs of image arrays

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.