diff --git "a/\346\236\227\346\230\261/\345\220\214\346\255\245\345\206\231\345\205\245/${i}.txt" "b/\346\236\227\346\230\261/\345\220\214\346\255\245\345\206\231\345\205\245/${i}.txt" new file mode 100644 index 0000000000000000000000000000000000000000..c0a13336da83aedb79f232c59688066db15b10bf --- /dev/null +++ "b/\346\236\227\346\230\261/\345\220\214\346\255\245\345\206\231\345\205\245/${i}.txt" @@ -0,0 +1 @@ +${Math.random()} \ No newline at end of file diff --git "a/\346\236\227\346\230\261/\345\220\214\346\255\245\345\206\231\345\205\245/fileplay.js" "b/\346\236\227\346\230\261/\345\220\214\346\255\245\345\206\231\345\205\245/fileplay.js" new file mode 100644 index 0000000000000000000000000000000000000000..6f42258aadbae8e3ca2a1dcee036108198dcb09c --- /dev/null +++ "b/\346\236\227\346\230\261/\345\220\214\346\255\245\345\206\231\345\205\245/fileplay.js" @@ -0,0 +1,16 @@ +let fs = require('fs') +let fd=[] +function create(num){ + if(isNaN(num)){ + throw new Error("请输入数字") + }else{ + for(let i=1;i