摘要: // 导出一个包含多个函数的对象 export const aaa = { abc: function() { console.log('This is abc function'); }, def: function() { console.log('This is def function'); 阅读全文
posted @ 2024-07-30 09:49 彭成刚 阅读(9) 评论(0) 推荐(0) 编辑