nodejs 讀json檔案. var fs=reauire('fs'); var file="d:\\0.json"; var result=JSON.parse(fs.readFileSync( file)); //操作物件. nodejs 寫json檔案.
確定! 回上一頁