ws.write = (result.join(',') + '\n'); && TypeError: result.join is not a function …how i solve this type error

后端 未结 0 854
日久生厌
日久生厌 2020-11-28 14:25

help to solve in this javascript problem. Give me clear documentation about (join).

function main() {
const ws = fs.createWriteStream(process.env.OUTPUT_PATH)         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题