zmc
2023-11-23 03094b048acfbb444bb298273d698189d18a1a0f
1
2
3
4
5
export default {
    add(a,b){
        return a+b
    }
}