JavascriptÖеÄÀûÓÃÔÐÎÁ´ºÍ¶ÔÏóð³ä´´½¨Àà
¿´µ½Ò»¸öÔø¾¸ã¹ýwebµÄÈ˵ÄblogÖÐ˵µ½Èç¹ûѧJavascript²»¶®ÔÐÎÁ´£¬¾ÍÌ«Òź¶ÁË£¬ËùÒÔµ±×Ô¼º¿´¡¶javascript¸ß¼¶³ÌÐòÉè¼Æ¡·Ê±¾ÍÁôÒâÁËһϣ¬ËµÊµ»°£¬ÏÂÃæµÄ´úÂëºÜ¼òµ¥£¬µ«ÊDz»ÊǺܶ®ËùνµÄÔÐÎÁ´ºÍ¶ÔÏóð³äÖ®ÀàµÄ¶«Î÷ <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml"> <head>
<meta content="text/html; charset=gb2312" http-equiv="Content-Type" />
<title>¼Ì³Ð»úÖÆµÄʵÏÖ--ʵÀý</title>
<script type="text/javascript">
function Polygon(iSides){
this.sides=iSides;
}
Polygon.prototype.getArea=function(){
return 0;
};
function Triangle(iBase,iHeight){
Polygon.call(this,3);
this.base=iBase;//ÉèÖûù±¾µÄ±ßÊý
this.height=iHeight;
}
Triangle.prototype=new Polygon();
Triangle.prototype.getArea=function(){
return 0.5*this.base*this.height;
};
function Rectangle(iWidth,iHeight){
Polygon.call(this,4);
this.width=iWidth;
this.height=iHeight;
}
Rectangle.prototype=new Polygon();
Rectangle.prototype.getArea=function(){
return this.width*this.height;
};
var triangle=new Triangle(12,4);
var rectangle=new Rectangle(22,10);
alert("Èý½ÇÐεıß
Ïà¹ØÎĵµ£º
JavaScript ÓÐÁùÖÖÊý¾ÝÀàÐÍ¡£Ö÷ÒªµÄÀàÐÍÓÐ number¡¢string¡¢object ÒÔ¼° Boolean ÀàÐÍ,ÆäËûÁ½ÖÖÀàÐÍΪ null ºÍ undefined¡£
¡¡¡¡ String ×Ö·û´®ÀàÐÍ:×Ö·û´®ÊÇÓõ¥ÒýºÅ»òË«ÒýºÅÀ´ËµÃ÷µÄ¡££¨Ê¹Óõ¥ÒýºÅÀ´ÊäÈë°üº¬ÒýºÅµÄ×Ö·û´®¡££©È磺“The cow jumped over the moon.”
ÊýÖµÊý¾ÝÀàÐÍ£ºJavaScript Ö§³ÖÕûÊýºÍ¸¡µã ......
prototype¾«²Ê×ÊÁÏ£º
"javascriptÖ®prototype" http://www.cnblogs.com/zouhaijian/archive/2009/03/29/1424592.html(ºÜ¼òÔ¼µ«ÇåÎúµÄ½²ÊöÁËprototypeµÄÓÃ;)
"JavaScript¶ÔÏóÄ£ÐÍ-Ö´ÐÐÄ£ÐÍ" http://w ......
(Ò»)¿ªÊ¼
´ÓWIN95Æð£¬WINϵͳµÄһЩ»ù±¾¹¦Äܱ»·â×°ÔÚ·ûºÏͨÓöÔÏóģʽCOM(Common Object Mode)±ê×¼µÄOLE×é¼þÖУ¬ÔÚÍøÒ³ÉÏ¿Éͨ¹ýJavaScriptÓïÑÔµ÷ÓÃshellʵÏÖһЩϵͳ¹¦ÄÜ¡£ÓÃJavaScriptµ÷ÓÃshellÊÇͨ¹ýActiveXObjectÀ´ÊµÏֵ쬼ûÏ£º
......
Ò»¡¢¹¦ÄÜʵÏÖºËÐÄ£ºFileSystemObject ¶ÔÏó
ÒªÔÚjavascriptÖÐʵÏÖÎļþ²Ù×÷¹¦ÄÜ£¬Ö÷Òª¾ÍÊÇÒÀ¿¿FileSystemobject¶ÔÏó¡£
¶þ¡¢FileSystemObject±à³Ì
ʹÓÃFileSystemObject ¶ÔÏó½øÐбà³ÌºÜ¼òµ¥£¬Ò»°ãÒª¾¹ýÈçϵIJ½Ö裺 ´´½¨FileSystemObject¶ÔÏó¡¢Ó¦ÓÃÏà¹Ø·½·¨¡¢·ÃÎʶÔÏóÏà¹ØÊôÐÔ ¡£ ......
< a href =
"#"
onClick =
"javascript:window.external.AddFavorite(document.URL,document.title);return
false"
rel=
"sidebar"
> Êղر¾Ò³ </ a >
È¡µÃµ±Ç°Ò³µÄURL: document.URL
È¡µÃµ±Ç°Ò³µÄtitle: document.title
ʵÏÖÔÚFirefoxÖГÊÕ
²Ø±¾Ò ......