javascript笔记
q1:Extends是干嘛的??
q2:
?====================
arg:a
arg:b
====================jquery
??
====================
a b
===================?
==================
??? o1 = function(){alert("o1");};
??? o2 = function(){alert("o2");};
??? o2.prototype = new o1;
??? var t11= new o2;==============
?
===================
?
?
=================
?
==================
switch($("#input").val()){//switch可以用字符串 case "0": alert("123"); break; }?
==============================