export const addFunc = (a, b) => {
return a + b
}
js export和箭头函数的使用
最新推荐文章于 2024-08-13 16:38:46 发布
export const addFunc = (a, b) => {
return a + b
}