日期:2014-05-16 浏览次数:20332 次
function sayHi() { if (arguments[0] == "bye") { return; } alert(arguments[0]); }