📄 default.asp@output=print
字号:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html lang="en-US" xml:lang="en-US" xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>JavaScript Reference</title>
<link rel="shortcut icon" href="../favicon.ico" type="image/x-icon" />
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1" />
<meta name="Keywords" content="xml,tutorial,html,dhtml,css,xsl,xhtml,javascript,asp,ado,vbscript,dom,sql,colors,soap,php,authoring,programming,training,learning,beginner's guide,primer,lessons,school,howto,reference,examples,samples,source code,tags,demos,tips,links,FAQ,tag list,forms,frames,color table,w3c,cascading style sheets,active server pages,dynamic html,internet,database,development,Web building,Webmaster,html guide" />
<meta name="Description" content="Free HTML XHTML CSS JavaScript DHTML XML DOM XSL XSLT RSS AJAX ASP ADO PHP SQL tutorials, references, examples for web building." />
<meta http-equiv="pragma" content="no-cache" />
<meta http-equiv="cache-control" content="no-cache" />
<script type="text/javascript">
var gaJsHost = (("https:" == document.location.protocol) ? "../../https@ssl./default.htm" : "../../www./default.htm");
document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));
</script>
<script type="text/javascript">
var pageTracker = _gat._getTracker("UA-3855518-1");
pageTracker._initData();
pageTracker._trackPageview();
</script>
</head>
<body>
<p>From <b>http://www.w3schools.com</b> (Copyright Refsnes Data)</p>
<h1>JavaScript Reference</h1>
<hr />
<table width="100%" border="0" cellpadding="0" cellspacing="0">
<tr>
<td valign="middle" width="100"><img src="javascript5.gif" border="0" alt="picture" width="84" height="80" /></td>
<td valign="top"><p class="intro">This section contains a complete reference of all
the built-in JavaScript objects,
along with their methods and properties.</p>
<p class="intro">This section also contains an event reference and a reference of the
top-level properties and functions that can be used on all of the built-in
JavaScript objects.</p>
<p class="intro">A reference to all of the HTML DOM objects are listed in the
menu to the left.</p>
</td>
</tr></table>
<br />
<hr />
<h2>JavaScript String Object</h2>
<p>The String object is used to manipulate a stored piece of text.</p>
<p>For a complete reference of the properties and methods that can be used with
the String object, go to our <a href="jsref_obj_string.asp">String object reference</a>.</p>
<p>The reference contains a brief description and examples of use for each
property and method!</p>
<hr />
<h2>JavaScript Date Object</h2>
<p>The JavaScript Date object is used to work with dates and times. </p>
<p>For a complete reference of the properties and methods that can be used with
the Date object, go to our <a href="jsref_obj_date.asp">Date object reference</a>.</p>
<p>The reference contains a brief description and examples of use for each
property and method!</p>
<hr />
<h2>JavaScript Array Object</h2>
<p>The JavaScript Array object is used to store a set of values in a single
variable name. </p>
<p>For a complete reference of the properties and methods that can be used with
the Array object, go to our <a href="jsref_obj_array.asp">Array object reference</a>.</p>
<p>The reference contains a brief description and examples of use for each
property and method!</p>
<hr />
<h2>JavaScript Boolean Object</h2>
<p>The JavaScript Boolean object is an object wrapper for a Boolean value. </p>
<p>For a complete reference of the properties and methods that can be used with
the Boolean object, go to our <a href="jsref_obj_boolean.asp">Boolean object
reference</a>.</p>
<p>The reference contains a brief description and examples of use for each
property and method!</p>
<hr />
<h2>JavaScript Math Object</h2>
<p>The JavaScript Math object allows you to perform common mathematical tasks.
It includes several mathematical constants and functions.</p>
<p>For a complete reference of the properties and methods that can be used with
the Math object, go to our <a href="jsref_obj_math.asp">Math object reference</a>.</p>
<p>The reference contains a brief description and examples of use for each
property and method!</p>
<hr />
<h2>JavaScript Number Object</h2>
<p>The JavaScript Number object does not allow you to set specific number types
(like integer, short, long or double). In JavaScript all numbers are 64bit
floating point numbers and have a number range from 5e-324 (negative) to
1.7976931348623157e+308 (positive).</p>
<p>For a complete reference of the properties and methods that can be used with
the Number object, go to our <a href="jsref_obj_number.asp">Number object reference</a>.</p>
<p>The reference contains a brief description and examples of use for each
property and method!</p>
<hr />
<h2>JavaScript Top-level Properties and Functions</h2>
<p>The top-level properties and functions that can be used on all of the
built-in JavaScript objects.</p>
<p>For a complete reference of the properties and functions that can be used with
all the JavaScript objects, go to our <a href="jsref_obj_global.asp">Top-level
reference</a>.</p>
<p>The reference contains a brief description and examples of use for each
property and function!</p>
<hr />
<h2>JavaScript Events</h2>
<p>New to HTML 4.0 was the ability to let HTML events trigger actions in the
browser, like starting a JavaScript when a user clicks on an HTML element.</p>
<p>For a complete reference of all the event attributes, go to our
<a href="jsref_events.asp">Event reference</a>.</p>
<p>The reference contains a brief description and examples of use for each
event!</p>
<hr />
<h2>HTML DOM Objects</h2>
<p>In addition to the built-in JavaScript objects, you can also access and
manipulate all of the HTML DOM objects with JavaScript.</p>
<p>The HTML DOM defines a standard set of objects for HTML, and a standard way
to access and manipulate HTML documents.</p>
<p>For a complete reference of all the DOM objects, go to our
<a href="../htmldom/dom_reference.asp">DOM reference</a>.</p>
<hr />
<p>From <b>http://www.w3schools.com</b> (Copyright Refsnes Data)</p>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -