JavaScriptµÄÖØ¶¨Òå·½·¨µÄÎÊÌâ
function car(sColor){
this.color=sColor;
if(typeof car._initialized =="undefined"){
car.prototype.show=function(){
alert(this.color);
}
}
}
car.prototype.show=function (){
alert("hello world");
}
var s=new car();
s.show();
Ϊʲô²»Êä³öhello world£¬¶øÊä³öundefined
var s=new car("red");
Äãÿ´Înew car()µÄʱºò£¬car()ÀïµÄ´úÂë¶¼»áÔËÐÐÒ»´Î
¶øÔÚcar()ÀïÒòΪtypeof car._initialized =="undefined"³ÉÁ¢£¬ËùÒÔÿµ±new car()µÄʱºò£¬car.prototype.show¶¼»á±»Ð޸ijÉΪ
function(){
alert(this.color);
}
¶øÄãµÄnew car()ÖÐûÓвÎÊý£¬ËùÒԵõ½undefined
ÎÒºóÃæµÄcar.prototype.show=function (){
alert("hello world");
}
²»¿ÉÒÔ°ÑÇ°ÃæµÄ·½·¨¸²¸Çµôô£¬
{{
Ïà¹ØÎÊ´ð£º
Èý¸öÊýx,y,z ±È´óС..
var x,y,z,t;
if (x>y)
{t=x;x=y;y=t;} //½»»»x,yµÄÖµ
if(x>z)
{t=z;z=x;x=t;}//½»»»x,zµÄÖµ
if(y>z)
{t=y;y=z;z=t;}//½»»»z,yµÄÖµ
ÕâÊÇ ......
JScript code:
<a href="#" onclick="numsort()">sort by price</a>
<ul id="list">
<li><span class="n">green day</span> &l ......
´ó¼Ò¹¤×÷¶¼ÓÃʲôJavaScript¿ò¼Üѽ£¿Í³¼ÆÒ»ÏÂ
1.jQuery
2.extjs
3.Dojo
4.DWR
ÎÒÆ½Ê±ÓÃjQuery £¬²»ÖªµÀ´ó¼ÒÓÃËüµÄUI¶à²»£¿ºÃÏñÓÃextjsµÄ¶àµã°É£¿
DWRÊÇʲô¿ò¼Ü£¿
mootools£¬YUI,jQuery¶¼³£Óã¬×îϲ ......
ÇóÒ»¸öjavascript½Å±¾..
µ±µã»÷Õâ¸ö<a>Ìí¼Ó¸½½ü</a>Á´½Óʱ¾Í»áÌí¼Ó¶àÒ»ÐÐÉÏ´«¿òºÍ°´Å¥,ºÍ×îºóÒ»¸öÅԱ߻áÏÔʾ"È¡Ïû"µÄÁ´½Ó,µã»÷Õâ¸öÈ¡Ïû¾Í»áÈ¥µô×îºóÒ»ÐÐ,Ò»¸öÕâ¸ö½Å±¾Ôõôд?Íò·Öлл..
Ò ......