zmc
2023-09-05 c2f95b0b9090a2394b5b068582b932a5e57b86aa
1
2
3
4
5
export default {
    add(a,b){
        return a+b
    }
}