zmc
2023-12-01 f4062e41dfbe26ca7664a963357cc0b9bea37b44
1
2
3
4
5
export default {
    add(a,b){
        return a+b
    }
}