2021年9月6日

typescript如何设置返回值

摘要: function a(input:any):any{ return 123 } export default (total:string|number):string => { return `共 ${total} 个`; } 阅读全文

posted @ 2021-09-06 21:00 漫思 阅读(286) 评论(0) 推荐(0) 编辑

导航