Javascript eval () Usage

Source: Internet
Author: User
Tags javascript eval

To put it simply, you can convert a string into an expression and return the execution result.
Eval Method
See
String object
Applied to: Global Objects
Requirements
Version 1
Check JScript Code And execute.
Eval (codestring)
The required codestring parameter is a string value that contains valid JScript code. This string will be analyzed and executed by the JScript analyzer.
Description
The eval function allows JScript Source code . For example, the following code creates a new variable named mydate that contains the date object:
Eval ("Var mydate = new date ();");
The context when the Code passed to the eval method is executed is the same as that when the eval method is called. <textarea id="runcode79374"></textarea>
[Ctrl + A select all Note: If you need to introduce external JS, You need to refresh it to execute]

Let's look at this case:Hide the following text, and text. <p> remove the comment and run it. </P> <p>
[Ctrl + A select all Note: If you need to introduce external JS, You need to refresh it to execute]

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.