标签: node.js express fs
我如何使用fs.appendFile,而不是附加在末尾,而是附加在文件的第二到最后一行。我要这样做是因为我正在使用 module.exports = function(app) { //text here }
module.exports = function(app) { //text here }