function func(a,b){ if(typeof(a)==='undefined') a = 10; if(typeof(b)==='undefined') b = 20; alert("A: "+a+"\nB: "+b);}//testingfunc();func(80);func(100,200);
沒有留言:
張貼留言