function getArguments (a,b,c) {
    // 补充代码
    return [a,b,c];
}