Test

来自Labplus盛思维基百科
Senadmin讨论 | 贡献2018年3月8日 (四) 17:15的版本
跳转至: 导航搜索

模板:111

// SyntaxHighlighter makes your code snippets beautiful without tiring your servers.
// http://alexgorbatchev.com
var setArray = function(elems) {
    this.length = 0;
    push.apply(this, elems);
    return this;
}