# 头文件1-head.h
#include<stdlib.h>
#include <stdio.h>
#include<time.h>
#define NUM 2000//...
阅读全文...
Node.js-读取文件,追加数据
1:const fs = require('fs')2追加数据fs.appendFileSync('xxx.txt','追加的数据内容', function (err) { if (err) throw err;
console.log('视频+1')...
阅读全文...
阅读全文...


