* Curriculum review:* CSS* Introduction to CSS* Cascading Style sheets.* CSS and HTML combination (4 kinds)* HTML Tag provides property style= "CSS Code"* HTML provides tags placed in center* Introduction of external documents@import URL ("Address
JavaScript is an interpretive programming language, mainly to enhance the dynamic effect of HTML pages
JavaScript is made up of three parts: ECMAScript, BOM, DOM
Single-line comment//multi-line/* */
Introduce the way to introduce
1 One: function Introduction2 we know that the operation of the array in PHP is a very important step, there is no array, can not be described as PHP, so its importance is self-evident! 3 An array is a set of data that organizes a series of data to
ECMA: European Association of Computer ManufacturersISO/IEC: International standardization and International Electrotechnical CommissionDOM Level (10*) Document Object model1:dom core (Map-based XML document) and Dom HTML (based on the DOM core)2:
First, the existence form of JavaScriptWay One: ... Way two: ... About JS Storage location interpretation, first JS code can be placed in the HTML anywhere including head and body, but if JS loaded content is large and put in the head part,
Note: This article belongs to the personal summary, the knowledge point is not complete, the wrong place, also hope forgive me. (I will revise it in the future, correction)This book: the introduction of JS and the use of HTML in the skip. (Straight
About JS data typesThere are five kinds of simple types: undifined, Null, Boolean, number, StringComplex types have one: ObjectUsing the typeof operator to get the data type, this operator returns a
Copy codeThe Code is as follows:/// ================================================ ======================================// Y returns the last two digits of the Year. Y indicates the four digits of the Year. m indicates the number of the month. M
The test data is real, but only for reference. Welcome to the discussion.
In addition to comparison, it can also be used by PHP and JSP programmers to optimize their own programs.
I. Arithmetic Operations
A. Test Standards
Loop N times and perform
Title, a lot of online search is not very good to achieve. My implementation needs are as follows:1, if the input number without a decimal point, then automatically add two decimal places, such as: Enter 5, replace with 5.002, enter 5., replace with
This article mainly introduces the parsing of rule instances for Javascript type conversion, involving knowledge about javascript type conversion. If you are interested in this article, let's learn about it. type conversion can be divided into
Summary of common PHP functions and summary of php
In general, functions of strings, arrays, and databases use a large number of classes./// ================================================ ======================================// Y returns the last
I played with my colleagues yesterday. My colleagues gave me a code question about typeof, which is interesting. I would like to share it with you, by the way, I have consolidated my summary of the knowledge points of typeof. I was playing with my
Summary of creating objects in JS
In JS, we often use objects, including numbers, arrays, strings, dates, and so on. objects are nothing more than data of attributes and methods. Objects can be created using Constructors (new + common functions,
Var
JavaScript data type conversion principle (dry goods), javascript Data Type
We all know that JavaScript is a weak (or dynamic) language, that is, the type of the variable is uncertain.
var num = 123 ; //123var num = 'HAHAHA' + num ; //
In-depth parsing of JavaScript numeric and string objects, javascript strings
JavaScript Number objectJavaScript has only one numeric type.You can use or do not use the decimal point to write numbers.JavaScript numbersJavaScript numbers can be
JS in a lot of functions, in the actual project development, the application of functions can greatly simplify our code, so write down in the development of JS common functions, enhance memory.1.IsNaN (X): The function is used to check whether its
1. Character Set
Unicode characters. Each character in Javascript (Js) programs is expressed in two bytes. A 16-bit Unicode code can represent every written language commonly used on the earth.
2. Data Type
Number)
All numbers are represented in
Document directory
Undefined
Boolean
Number
String
Object
The core of any language will describe the most basic working principle of this language, the description usually involves the syntax, operators, data types, built-in functions of
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.