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