2015年4月如玉
开源中国的日志会越来越多的,多到我无法整理。于是在博客园开一个博客同步制定计划。
本月成为一个js大神哦
window.onload=fn();
function fn(){
var dd = navigator.userAgent;
document.getElementById("thisit").innerHTML=fnn("--", "red", "orange", "blue");
}
function fnn(separator){
var args = Array.prototype.slice.call(arguments, 1);
//var args = Array.slice(arguments);//If Array generics泛型? are available, one can use the following instead
return args.join(separator);
}