云开发上传文件的命名中怎么加入用户昵称
我想在上传文件的时候在文件名中加入用户的微信昵称,请问一下代码应该怎么写,新手小白,恳请各位指点
const cloudPath = ‘qiandao/’ + (想在这里加入用户的微信昵称,不知道怎么实现) + (new Date().getMonth()+1) + “月” + new Date().getDate() + “日” + new Date().toLocaleTimeString() + filePath.match(/\.[^.]+?$/)[0]