typescript如何设置返回值

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

 

posted on 2021-09-06 21:00  漫思  阅读(286)  评论(0编辑  收藏  举报

导航