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