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