From dbe2f28f33268aff7026a91b1508f870f1ffe1eb Mon Sep 17 00:00:00 2001 From: lianghao Date: Tue, 14 Feb 2023 17:02:03 +0800 Subject: [PATCH 1/2] =?UTF-8?q?'=E5=8A=A0=E5=87=8F=E4=B9=98=E9=99=A4'?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ...40\345\207\217\344\271\230\351\231\244.js" | 27 +++++++++++++++++++ .../\346\265\213\350\257\225.js" | 3 +++ 2 files changed, 30 insertions(+) create mode 100644 "\346\242\201\346\265\251/\345\212\240\345\207\217\344\271\230\351\231\244.js" create mode 100644 "\346\242\201\346\265\251/\346\265\213\350\257\225.js" diff --git "a/\346\242\201\346\265\251/\345\212\240\345\207\217\344\271\230\351\231\244.js" "b/\346\242\201\346\265\251/\345\212\240\345\207\217\344\271\230\351\231\244.js" new file mode 100644 index 0000000..3e42804 --- /dev/null +++ "b/\346\242\201\346\265\251/\345\212\240\345\207\217\344\271\230\351\231\244.js" @@ -0,0 +1,27 @@ +let obj = { + + 'jia': function(a,b){ + console.log(a+b); + + }, + 'jian': function(a,b){ + console.log(a-b); + + + }, + 'cheng': function(a,b){ + console.log(a*b); + + }, + 'chu': function(a,b){ + console.log(a/b); + + }, + 'new': function(a,b){ + this.jia(a,b); + this.jian(a,b); + this.cheng(a,b); + this.chu(a,b); + } +}; +module.exports=obj; \ No newline at end of file diff --git "a/\346\242\201\346\265\251/\346\265\213\350\257\225.js" "b/\346\242\201\346\265\251/\346\265\213\350\257\225.js" new file mode 100644 index 0000000..a3f1ef0 --- /dev/null +++ "b/\346\242\201\346\265\251/\346\265\213\350\257\225.js" @@ -0,0 +1,3 @@ +let obj = require("./加减乘除.js"); +console.log(obj.new(8,4)); + -- Gitee From d9740d6a32c3391275f10d25f7979e4a998e4914 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=A2=81=E6=B5=A9?= <1599724449@qq.com> Date: Thu, 16 Feb 2023 15:39:11 +0800 Subject: [PATCH 2/2] =?UTF-8?q?'=E4=B8=80=E7=99=BE=E4=B8=AA=E6=96=87?= =?UTF-8?q?=E4=BB=B6'?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../1.txt" | 1 + .../10.txt" | 1 + .../100.txt" | 1 + .../11.txt" | 1 + .../12.txt" | 1 + .../13.txt" | 1 + .../14.txt" | 1 + .../15.txt" | 1 + .../16.txt" | 1 + .../17.txt" | 1 + .../18.txt" | 1 + .../19.txt" | 1 + .../2.txt" | 1 + .../20.txt" | 1 + .../21.txt" | 1 + .../22.txt" | 1 + .../23.txt" | 1 + .../24.txt" | 1 + .../25.txt" | 1 + .../26.txt" | 1 + .../27.txt" | 1 + .../28.txt" | 1 + .../29.txt" | 1 + .../3.txt" | 1 + .../30.txt" | 1 + .../31.txt" | 1 + .../32.txt" | 1 + .../33.txt" | 1 + .../34.txt" | 1 + .../35.txt" | 1 + .../36.txt" | 1 + .../37.txt" | 1 + .../38.txt" | 1 + .../39.txt" | 1 + .../4.txt" | 1 + .../40.txt" | 1 + .../41.txt" | 1 + .../42.txt" | 1 + .../43.txt" | 1 + .../44.txt" | 1 + .../45.txt" | 1 + .../46.txt" | 1 + .../47.txt" | 1 + .../48.txt" | 1 + .../49.txt" | 1 + .../5.txt" | 1 + .../50.txt" | 1 + .../51.txt" | 1 + .../52.txt" | 1 + .../53.txt" | 1 + .../54.txt" | 1 + .../55.txt" | 1 + .../56.txt" | 1 + .../57.txt" | 1 + .../58.txt" | 1 + .../59.txt" | 1 + .../6.txt" | 1 + .../60.txt" | 1 + .../61.txt" | 1 + .../62.txt" | 1 + .../63.txt" | 1 + .../64.txt" | 1 + .../65.txt" | 1 + .../66.txt" | 1 + .../67.txt" | 1 + .../68.txt" | 1 + .../69.txt" | 1 + .../7.txt" | 1 + .../70.txt" | 1 + .../71.txt" | 1 + .../72.txt" | 1 + .../73.txt" | 1 + .../74.txt" | 1 + .../75.txt" | 1 + .../76.txt" | 1 + .../77.txt" | 1 + .../78.txt" | 1 + .../79.txt" | 1 + .../8.txt" | 1 + .../80.txt" | 1 + .../81.txt" | 1 + .../82.txt" | 1 + .../83.txt" | 1 + .../84.txt" | 1 + .../85.txt" | 1 + .../86.txt" | 1 + .../87.txt" | 1 + .../88.txt" | 1 + .../89.txt" | 1 + .../9.txt" | 1 + .../90.txt" | 1 + .../91.txt" | 1 + .../92.txt" | 1 + .../93.txt" | 1 + .../94.txt" | 1 + .../95.txt" | 1 + .../96.txt" | 1 + .../97.txt" | 1 + .../98.txt" | 1 + .../99.txt" | 1 + ...33\345\273\272\346\226\207\344\273\266.js" | 15 ++++++ .../\346\234\200\345\244\247\345\200\274.js" | 51 +++++++++++++++++++ ...40\345\207\217\344\271\230\351\231\244.js" | 0 .../\346\265\213\350\257\225.js" | 0 104 files changed, 166 insertions(+) create mode 100644 "\346\242\201\346\265\251/\344\270\200\347\231\276\344\270\252\346\226\207\344\273\266/1.txt" create mode 100644 "\346\242\201\346\265\251/\344\270\200\347\231\276\344\270\252\346\226\207\344\273\266/10.txt" create mode 100644 "\346\242\201\346\265\251/\344\270\200\347\231\276\344\270\252\346\226\207\344\273\266/100.txt" create mode 100644 "\346\242\201\346\265\251/\344\270\200\347\231\276\344\270\252\346\226\207\344\273\266/11.txt" create mode 100644 "\346\242\201\346\265\251/\344\270\200\347\231\276\344\270\252\346\226\207\344\273\266/12.txt" create mode 100644 "\346\242\201\346\265\251/\344\270\200\347\231\276\344\270\252\346\226\207\344\273\266/13.txt" create mode 100644 "\346\242\201\346\265\251/\344\270\200\347\231\276\344\270\252\346\226\207\344\273\266/14.txt" create mode 100644 "\346\242\201\346\265\251/\344\270\200\347\231\276\344\270\252\346\226\207\344\273\266/15.txt" create mode 100644 "\346\242\201\346\265\251/\344\270\200\347\231\276\344\270\252\346\226\207\344\273\266/16.txt" create mode 100644 "\346\242\201\346\265\251/\344\270\200\347\231\276\344\270\252\346\226\207\344\273\266/17.txt" create mode 100644 "\346\242\201\346\265\251/\344\270\200\347\231\276\344\270\252\346\226\207\344\273\266/18.txt" create mode 100644 "\346\242\201\346\265\251/\344\270\200\347\231\276\344\270\252\346\226\207\344\273\266/19.txt" create mode 100644 "\346\242\201\346\265\251/\344\270\200\347\231\276\344\270\252\346\226\207\344\273\266/2.txt" create mode 100644 "\346\242\201\346\265\251/\344\270\200\347\231\276\344\270\252\346\226\207\344\273\266/20.txt" create mode 100644 "\346\242\201\346\265\251/\344\270\200\347\231\276\344\270\252\346\226\207\344\273\266/21.txt" create mode 100644 "\346\242\201\346\265\251/\344\270\200\347\231\276\344\270\252\346\226\207\344\273\266/22.txt" create mode 100644 "\346\242\201\346\265\251/\344\270\200\347\231\276\344\270\252\346\226\207\344\273\266/23.txt" create mode 100644 "\346\242\201\346\265\251/\344\270\200\347\231\276\344\270\252\346\226\207\344\273\266/24.txt" create mode 100644 "\346\242\201\346\265\251/\344\270\200\347\231\276\344\270\252\346\226\207\344\273\266/25.txt" create mode 100644 "\346\242\201\346\265\251/\344\270\200\347\231\276\344\270\252\346\226\207\344\273\266/26.txt" create mode 100644 "\346\242\201\346\265\251/\344\270\200\347\231\276\344\270\252\346\226\207\344\273\266/27.txt" create mode 100644 "\346\242\201\346\265\251/\344\270\200\347\231\276\344\270\252\346\226\207\344\273\266/28.txt" create mode 100644 "\346\242\201\346\265\251/\344\270\200\347\231\276\344\270\252\346\226\207\344\273\266/29.txt" create mode 100644 "\346\242\201\346\265\251/\344\270\200\347\231\276\344\270\252\346\226\207\344\273\266/3.txt" create mode 100644 "\346\242\201\346\265\251/\344\270\200\347\231\276\344\270\252\346\226\207\344\273\266/30.txt" create mode 100644 "\346\242\201\346\265\251/\344\270\200\347\231\276\344\270\252\346\226\207\344\273\266/31.txt" create mode 100644 "\346\242\201\346\265\251/\344\270\200\347\231\276\344\270\252\346\226\207\344\273\266/32.txt" create mode 100644 "\346\242\201\346\265\251/\344\270\200\347\231\276\344\270\252\346\226\207\344\273\266/33.txt" create mode 100644 "\346\242\201\346\265\251/\344\270\200\347\231\276\344\270\252\346\226\207\344\273\266/34.txt" create mode 100644 "\346\242\201\346\265\251/\344\270\200\347\231\276\344\270\252\346\226\207\344\273\266/35.txt" create mode 100644 "\346\242\201\346\265\251/\344\270\200\347\231\276\344\270\252\346\226\207\344\273\266/36.txt" create mode 100644 "\346\242\201\346\265\251/\344\270\200\347\231\276\344\270\252\346\226\207\344\273\266/37.txt" create mode 100644 "\346\242\201\346\265\251/\344\270\200\347\231\276\344\270\252\346\226\207\344\273\266/38.txt" create mode 100644 "\346\242\201\346\265\251/\344\270\200\347\231\276\344\270\252\346\226\207\344\273\266/39.txt" create mode 100644 "\346\242\201\346\265\251/\344\270\200\347\231\276\344\270\252\346\226\207\344\273\266/4.txt" create mode 100644 "\346\242\201\346\265\251/\344\270\200\347\231\276\344\270\252\346\226\207\344\273\266/40.txt" create mode 100644 "\346\242\201\346\265\251/\344\270\200\347\231\276\344\270\252\346\226\207\344\273\266/41.txt" create mode 100644 "\346\242\201\346\265\251/\344\270\200\347\231\276\344\270\252\346\226\207\344\273\266/42.txt" create mode 100644 "\346\242\201\346\265\251/\344\270\200\347\231\276\344\270\252\346\226\207\344\273\266/43.txt" create mode 100644 "\346\242\201\346\265\251/\344\270\200\347\231\276\344\270\252\346\226\207\344\273\266/44.txt" create mode 100644 "\346\242\201\346\265\251/\344\270\200\347\231\276\344\270\252\346\226\207\344\273\266/45.txt" create mode 100644 "\346\242\201\346\265\251/\344\270\200\347\231\276\344\270\252\346\226\207\344\273\266/46.txt" create mode 100644 "\346\242\201\346\265\251/\344\270\200\347\231\276\344\270\252\346\226\207\344\273\266/47.txt" create mode 100644 "\346\242\201\346\265\251/\344\270\200\347\231\276\344\270\252\346\226\207\344\273\266/48.txt" create mode 100644 "\346\242\201\346\265\251/\344\270\200\347\231\276\344\270\252\346\226\207\344\273\266/49.txt" create mode 100644 "\346\242\201\346\265\251/\344\270\200\347\231\276\344\270\252\346\226\207\344\273\266/5.txt" create mode 100644 "\346\242\201\346\265\251/\344\270\200\347\231\276\344\270\252\346\226\207\344\273\266/50.txt" create mode 100644 "\346\242\201\346\265\251/\344\270\200\347\231\276\344\270\252\346\226\207\344\273\266/51.txt" create mode 100644 "\346\242\201\346\265\251/\344\270\200\347\231\276\344\270\252\346\226\207\344\273\266/52.txt" create mode 100644 "\346\242\201\346\265\251/\344\270\200\347\231\276\344\270\252\346\226\207\344\273\266/53.txt" create mode 100644 "\346\242\201\346\265\251/\344\270\200\347\231\276\344\270\252\346\226\207\344\273\266/54.txt" create mode 100644 "\346\242\201\346\265\251/\344\270\200\347\231\276\344\270\252\346\226\207\344\273\266/55.txt" create mode 100644 "\346\242\201\346\265\251/\344\270\200\347\231\276\344\270\252\346\226\207\344\273\266/56.txt" create mode 100644 "\346\242\201\346\265\251/\344\270\200\347\231\276\344\270\252\346\226\207\344\273\266/57.txt" create mode 100644 "\346\242\201\346\265\251/\344\270\200\347\231\276\344\270\252\346\226\207\344\273\266/58.txt" create mode 100644 "\346\242\201\346\265\251/\344\270\200\347\231\276\344\270\252\346\226\207\344\273\266/59.txt" create mode 100644 "\346\242\201\346\265\251/\344\270\200\347\231\276\344\270\252\346\226\207\344\273\266/6.txt" create mode 100644 "\346\242\201\346\265\251/\344\270\200\347\231\276\344\270\252\346\226\207\344\273\266/60.txt" create mode 100644 "\346\242\201\346\265\251/\344\270\200\347\231\276\344\270\252\346\226\207\344\273\266/61.txt" create mode 100644 "\346\242\201\346\265\251/\344\270\200\347\231\276\344\270\252\346\226\207\344\273\266/62.txt" create mode 100644 "\346\242\201\346\265\251/\344\270\200\347\231\276\344\270\252\346\226\207\344\273\266/63.txt" create mode 100644 "\346\242\201\346\265\251/\344\270\200\347\231\276\344\270\252\346\226\207\344\273\266/64.txt" create mode 100644 "\346\242\201\346\265\251/\344\270\200\347\231\276\344\270\252\346\226\207\344\273\266/65.txt" create mode 100644 "\346\242\201\346\265\251/\344\270\200\347\231\276\344\270\252\346\226\207\344\273\266/66.txt" create mode 100644 "\346\242\201\346\265\251/\344\270\200\347\231\276\344\270\252\346\226\207\344\273\266/67.txt" create mode 100644 "\346\242\201\346\265\251/\344\270\200\347\231\276\344\270\252\346\226\207\344\273\266/68.txt" create mode 100644 "\346\242\201\346\265\251/\344\270\200\347\231\276\344\270\252\346\226\207\344\273\266/69.txt" create mode 100644 "\346\242\201\346\265\251/\344\270\200\347\231\276\344\270\252\346\226\207\344\273\266/7.txt" create mode 100644 "\346\242\201\346\265\251/\344\270\200\347\231\276\344\270\252\346\226\207\344\273\266/70.txt" create mode 100644 "\346\242\201\346\265\251/\344\270\200\347\231\276\344\270\252\346\226\207\344\273\266/71.txt" create mode 100644 "\346\242\201\346\265\251/\344\270\200\347\231\276\344\270\252\346\226\207\344\273\266/72.txt" create mode 100644 "\346\242\201\346\265\251/\344\270\200\347\231\276\344\270\252\346\226\207\344\273\266/73.txt" create mode 100644 "\346\242\201\346\265\251/\344\270\200\347\231\276\344\270\252\346\226\207\344\273\266/74.txt" create mode 100644 "\346\242\201\346\265\251/\344\270\200\347\231\276\344\270\252\346\226\207\344\273\266/75.txt" create mode 100644 "\346\242\201\346\265\251/\344\270\200\347\231\276\344\270\252\346\226\207\344\273\266/76.txt" create mode 100644 "\346\242\201\346\265\251/\344\270\200\347\231\276\344\270\252\346\226\207\344\273\266/77.txt" create mode 100644 "\346\242\201\346\265\251/\344\270\200\347\231\276\344\270\252\346\226\207\344\273\266/78.txt" create mode 100644 "\346\242\201\346\265\251/\344\270\200\347\231\276\344\270\252\346\226\207\344\273\266/79.txt" create mode 100644 "\346\242\201\346\265\251/\344\270\200\347\231\276\344\270\252\346\226\207\344\273\266/8.txt" create mode 100644 "\346\242\201\346\265\251/\344\270\200\347\231\276\344\270\252\346\226\207\344\273\266/80.txt" create mode 100644 "\346\242\201\346\265\251/\344\270\200\347\231\276\344\270\252\346\226\207\344\273\266/81.txt" create mode 100644 "\346\242\201\346\265\251/\344\270\200\347\231\276\344\270\252\346\226\207\344\273\266/82.txt" create mode 100644 "\346\242\201\346\265\251/\344\270\200\347\231\276\344\270\252\346\226\207\344\273\266/83.txt" create mode 100644 "\346\242\201\346\265\251/\344\270\200\347\231\276\344\270\252\346\226\207\344\273\266/84.txt" create mode 100644 "\346\242\201\346\265\251/\344\270\200\347\231\276\344\270\252\346\226\207\344\273\266/85.txt" create mode 100644 "\346\242\201\346\265\251/\344\270\200\347\231\276\344\270\252\346\226\207\344\273\266/86.txt" create mode 100644 "\346\242\201\346\265\251/\344\270\200\347\231\276\344\270\252\346\226\207\344\273\266/87.txt" create mode 100644 "\346\242\201\346\265\251/\344\270\200\347\231\276\344\270\252\346\226\207\344\273\266/88.txt" create mode 100644 "\346\242\201\346\265\251/\344\270\200\347\231\276\344\270\252\346\226\207\344\273\266/89.txt" create mode 100644 "\346\242\201\346\265\251/\344\270\200\347\231\276\344\270\252\346\226\207\344\273\266/9.txt" create mode 100644 "\346\242\201\346\265\251/\344\270\200\347\231\276\344\270\252\346\226\207\344\273\266/90.txt" create mode 100644 "\346\242\201\346\265\251/\344\270\200\347\231\276\344\270\252\346\226\207\344\273\266/91.txt" create mode 100644 "\346\242\201\346\265\251/\344\270\200\347\231\276\344\270\252\346\226\207\344\273\266/92.txt" create mode 100644 "\346\242\201\346\265\251/\344\270\200\347\231\276\344\270\252\346\226\207\344\273\266/93.txt" create mode 100644 "\346\242\201\346\265\251/\344\270\200\347\231\276\344\270\252\346\226\207\344\273\266/94.txt" create mode 100644 "\346\242\201\346\265\251/\344\270\200\347\231\276\344\270\252\346\226\207\344\273\266/95.txt" create mode 100644 "\346\242\201\346\265\251/\344\270\200\347\231\276\344\270\252\346\226\207\344\273\266/96.txt" create mode 100644 "\346\242\201\346\265\251/\344\270\200\347\231\276\344\270\252\346\226\207\344\273\266/97.txt" create mode 100644 "\346\242\201\346\265\251/\344\270\200\347\231\276\344\270\252\346\226\207\344\273\266/98.txt" create mode 100644 "\346\242\201\346\265\251/\344\270\200\347\231\276\344\270\252\346\226\207\344\273\266/99.txt" create mode 100644 "\346\242\201\346\265\251/\344\270\200\347\231\276\344\270\252\346\226\207\344\273\266/\345\210\233\345\273\272\346\226\207\344\273\266.js" create mode 100644 "\346\242\201\346\265\251/\344\270\200\347\231\276\344\270\252\346\226\207\344\273\266/\346\234\200\345\244\247\345\200\274.js" rename "\346\242\201\346\265\251/\345\212\240\345\207\217\344\271\230\351\231\244.js" => "\346\242\201\346\265\251/\345\212\240\345\207\217\344\271\230\351\231\244/\345\212\240\345\207\217\344\271\230\351\231\244.js" (100%) rename "\346\242\201\346\265\251/\346\265\213\350\257\225.js" => "\346\242\201\346\265\251/\345\212\240\345\207\217\344\271\230\351\231\244/\346\265\213\350\257\225.js" (100%) diff --git "a/\346\242\201\346\265\251/\344\270\200\347\231\276\344\270\252\346\226\207\344\273\266/1.txt" "b/\346\242\201\346\265\251/\344\270\200\347\231\276\344\270\252\346\226\207\344\273\266/1.txt" new file mode 100644 index 0000000..0973804 --- /dev/null +++ "b/\346\242\201\346\265\251/\344\270\200\347\231\276\344\270\252\346\226\207\344\273\266/1.txt" @@ -0,0 +1 @@ +137 \ No newline at end of file diff --git "a/\346\242\201\346\265\251/\344\270\200\347\231\276\344\270\252\346\226\207\344\273\266/10.txt" "b/\346\242\201\346\265\251/\344\270\200\347\231\276\344\270\252\346\226\207\344\273\266/10.txt" new file mode 100644 index 0000000..2549360 --- /dev/null +++ "b/\346\242\201\346\265\251/\344\270\200\347\231\276\344\270\252\346\226\207\344\273\266/10.txt" @@ -0,0 +1 @@ +395 \ No newline at end of file diff --git "a/\346\242\201\346\265\251/\344\270\200\347\231\276\344\270\252\346\226\207\344\273\266/100.txt" "b/\346\242\201\346\265\251/\344\270\200\347\231\276\344\270\252\346\226\207\344\273\266/100.txt" new file mode 100644 index 0000000..59f3135 --- /dev/null +++ "b/\346\242\201\346\265\251/\344\270\200\347\231\276\344\270\252\346\226\207\344\273\266/100.txt" @@ -0,0 +1 @@ +165 \ No newline at end of file diff --git "a/\346\242\201\346\265\251/\344\270\200\347\231\276\344\270\252\346\226\207\344\273\266/11.txt" "b/\346\242\201\346\265\251/\344\270\200\347\231\276\344\270\252\346\226\207\344\273\266/11.txt" new file mode 100644 index 0000000..cb22560 --- /dev/null +++ "b/\346\242\201\346\265\251/\344\270\200\347\231\276\344\270\252\346\226\207\344\273\266/11.txt" @@ -0,0 +1 @@ +827 \ No newline at end of file diff --git "a/\346\242\201\346\265\251/\344\270\200\347\231\276\344\270\252\346\226\207\344\273\266/12.txt" "b/\346\242\201\346\265\251/\344\270\200\347\231\276\344\270\252\346\226\207\344\273\266/12.txt" new file mode 100644 index 0000000..8745834 --- /dev/null +++ "b/\346\242\201\346\265\251/\344\270\200\347\231\276\344\270\252\346\226\207\344\273\266/12.txt" @@ -0,0 +1 @@ +977 \ No newline at end of file diff --git "a/\346\242\201\346\265\251/\344\270\200\347\231\276\344\270\252\346\226\207\344\273\266/13.txt" "b/\346\242\201\346\265\251/\344\270\200\347\231\276\344\270\252\346\226\207\344\273\266/13.txt" new file mode 100644 index 0000000..b66073e --- /dev/null +++ "b/\346\242\201\346\265\251/\344\270\200\347\231\276\344\270\252\346\226\207\344\273\266/13.txt" @@ -0,0 +1 @@ +586 \ No newline at end of file diff --git "a/\346\242\201\346\265\251/\344\270\200\347\231\276\344\270\252\346\226\207\344\273\266/14.txt" "b/\346\242\201\346\265\251/\344\270\200\347\231\276\344\270\252\346\226\207\344\273\266/14.txt" new file mode 100644 index 0000000..022e7e6 --- /dev/null +++ "b/\346\242\201\346\265\251/\344\270\200\347\231\276\344\270\252\346\226\207\344\273\266/14.txt" @@ -0,0 +1 @@ +288 \ No newline at end of file diff --git "a/\346\242\201\346\265\251/\344\270\200\347\231\276\344\270\252\346\226\207\344\273\266/15.txt" "b/\346\242\201\346\265\251/\344\270\200\347\231\276\344\270\252\346\226\207\344\273\266/15.txt" new file mode 100644 index 0000000..a5c750f --- /dev/null +++ "b/\346\242\201\346\265\251/\344\270\200\347\231\276\344\270\252\346\226\207\344\273\266/15.txt" @@ -0,0 +1 @@ +27 \ No newline at end of file diff --git "a/\346\242\201\346\265\251/\344\270\200\347\231\276\344\270\252\346\226\207\344\273\266/16.txt" "b/\346\242\201\346\265\251/\344\270\200\347\231\276\344\270\252\346\226\207\344\273\266/16.txt" new file mode 100644 index 0000000..a13b1eb --- /dev/null +++ "b/\346\242\201\346\265\251/\344\270\200\347\231\276\344\270\252\346\226\207\344\273\266/16.txt" @@ -0,0 +1 @@ +913 \ No newline at end of file diff --git "a/\346\242\201\346\265\251/\344\270\200\347\231\276\344\270\252\346\226\207\344\273\266/17.txt" "b/\346\242\201\346\265\251/\344\270\200\347\231\276\344\270\252\346\226\207\344\273\266/17.txt" new file mode 100644 index 0000000..4b9bce4 --- /dev/null +++ "b/\346\242\201\346\265\251/\344\270\200\347\231\276\344\270\252\346\226\207\344\273\266/17.txt" @@ -0,0 +1 @@ +148 \ No newline at end of file diff --git "a/\346\242\201\346\265\251/\344\270\200\347\231\276\344\270\252\346\226\207\344\273\266/18.txt" "b/\346\242\201\346\265\251/\344\270\200\347\231\276\344\270\252\346\226\207\344\273\266/18.txt" new file mode 100644 index 0000000..511fa83 --- /dev/null +++ "b/\346\242\201\346\265\251/\344\270\200\347\231\276\344\270\252\346\226\207\344\273\266/18.txt" @@ -0,0 +1 @@ +414 \ No newline at end of file diff --git "a/\346\242\201\346\265\251/\344\270\200\347\231\276\344\270\252\346\226\207\344\273\266/19.txt" "b/\346\242\201\346\265\251/\344\270\200\347\231\276\344\270\252\346\226\207\344\273\266/19.txt" new file mode 100644 index 0000000..e440e5c --- /dev/null +++ "b/\346\242\201\346\265\251/\344\270\200\347\231\276\344\270\252\346\226\207\344\273\266/19.txt" @@ -0,0 +1 @@ +3 \ No newline at end of file diff --git "a/\346\242\201\346\265\251/\344\270\200\347\231\276\344\270\252\346\226\207\344\273\266/2.txt" "b/\346\242\201\346\265\251/\344\270\200\347\231\276\344\270\252\346\226\207\344\273\266/2.txt" new file mode 100644 index 0000000..d903d59 --- /dev/null +++ "b/\346\242\201\346\265\251/\344\270\200\347\231\276\344\270\252\346\226\207\344\273\266/2.txt" @@ -0,0 +1 @@ +229 \ No newline at end of file diff --git "a/\346\242\201\346\265\251/\344\270\200\347\231\276\344\270\252\346\226\207\344\273\266/20.txt" "b/\346\242\201\346\265\251/\344\270\200\347\231\276\344\270\252\346\226\207\344\273\266/20.txt" new file mode 100644 index 0000000..95c8a67 --- /dev/null +++ "b/\346\242\201\346\265\251/\344\270\200\347\231\276\344\270\252\346\226\207\344\273\266/20.txt" @@ -0,0 +1 @@ +113 \ No newline at end of file diff --git "a/\346\242\201\346\265\251/\344\270\200\347\231\276\344\270\252\346\226\207\344\273\266/21.txt" "b/\346\242\201\346\265\251/\344\270\200\347\231\276\344\270\252\346\226\207\344\273\266/21.txt" new file mode 100644 index 0000000..9d3f417 --- /dev/null +++ "b/\346\242\201\346\265\251/\344\270\200\347\231\276\344\270\252\346\226\207\344\273\266/21.txt" @@ -0,0 +1 @@ +455 \ No newline at end of file diff --git "a/\346\242\201\346\265\251/\344\270\200\347\231\276\344\270\252\346\226\207\344\273\266/22.txt" "b/\346\242\201\346\265\251/\344\270\200\347\231\276\344\270\252\346\226\207\344\273\266/22.txt" new file mode 100644 index 0000000..17a2dda --- /dev/null +++ "b/\346\242\201\346\265\251/\344\270\200\347\231\276\344\270\252\346\226\207\344\273\266/22.txt" @@ -0,0 +1 @@ +907 \ No newline at end of file diff --git "a/\346\242\201\346\265\251/\344\270\200\347\231\276\344\270\252\346\226\207\344\273\266/23.txt" "b/\346\242\201\346\265\251/\344\270\200\347\231\276\344\270\252\346\226\207\344\273\266/23.txt" new file mode 100644 index 0000000..be8a1b9 --- /dev/null +++ "b/\346\242\201\346\265\251/\344\270\200\347\231\276\344\270\252\346\226\207\344\273\266/23.txt" @@ -0,0 +1 @@ +538 \ No newline at end of file diff --git "a/\346\242\201\346\265\251/\344\270\200\347\231\276\344\270\252\346\226\207\344\273\266/24.txt" "b/\346\242\201\346\265\251/\344\270\200\347\231\276\344\270\252\346\226\207\344\273\266/24.txt" new file mode 100644 index 0000000..980f92c --- /dev/null +++ "b/\346\242\201\346\265\251/\344\270\200\347\231\276\344\270\252\346\226\207\344\273\266/24.txt" @@ -0,0 +1 @@ +702 \ No newline at end of file diff --git "a/\346\242\201\346\265\251/\344\270\200\347\231\276\344\270\252\346\226\207\344\273\266/25.txt" "b/\346\242\201\346\265\251/\344\270\200\347\231\276\344\270\252\346\226\207\344\273\266/25.txt" new file mode 100644 index 0000000..104fcf5 --- /dev/null +++ "b/\346\242\201\346\265\251/\344\270\200\347\231\276\344\270\252\346\226\207\344\273\266/25.txt" @@ -0,0 +1 @@ +243 \ No newline at end of file diff --git "a/\346\242\201\346\265\251/\344\270\200\347\231\276\344\270\252\346\226\207\344\273\266/26.txt" "b/\346\242\201\346\265\251/\344\270\200\347\231\276\344\270\252\346\226\207\344\273\266/26.txt" new file mode 100644 index 0000000..ec28ec1 --- /dev/null +++ "b/\346\242\201\346\265\251/\344\270\200\347\231\276\344\270\252\346\226\207\344\273\266/26.txt" @@ -0,0 +1 @@ +588 \ No newline at end of file diff --git "a/\346\242\201\346\265\251/\344\270\200\347\231\276\344\270\252\346\226\207\344\273\266/27.txt" "b/\346\242\201\346\265\251/\344\270\200\347\231\276\344\270\252\346\226\207\344\273\266/27.txt" new file mode 100644 index 0000000..7ada46f --- /dev/null +++ "b/\346\242\201\346\265\251/\344\270\200\347\231\276\344\270\252\346\226\207\344\273\266/27.txt" @@ -0,0 +1 @@ +970 \ No newline at end of file diff --git "a/\346\242\201\346\265\251/\344\270\200\347\231\276\344\270\252\346\226\207\344\273\266/28.txt" "b/\346\242\201\346\265\251/\344\270\200\347\231\276\344\270\252\346\226\207\344\273\266/28.txt" new file mode 100644 index 0000000..104fcf5 --- /dev/null +++ "b/\346\242\201\346\265\251/\344\270\200\347\231\276\344\270\252\346\226\207\344\273\266/28.txt" @@ -0,0 +1 @@ +243 \ No newline at end of file diff --git "a/\346\242\201\346\265\251/\344\270\200\347\231\276\344\270\252\346\226\207\344\273\266/29.txt" "b/\346\242\201\346\265\251/\344\270\200\347\231\276\344\270\252\346\226\207\344\273\266/29.txt" new file mode 100644 index 0000000..dd1ec20 --- /dev/null +++ "b/\346\242\201\346\265\251/\344\270\200\347\231\276\344\270\252\346\226\207\344\273\266/29.txt" @@ -0,0 +1 @@ +132 \ No newline at end of file diff --git "a/\346\242\201\346\265\251/\344\270\200\347\231\276\344\270\252\346\226\207\344\273\266/3.txt" "b/\346\242\201\346\265\251/\344\270\200\347\231\276\344\270\252\346\226\207\344\273\266/3.txt" new file mode 100644 index 0000000..a88135e --- /dev/null +++ "b/\346\242\201\346\265\251/\344\270\200\347\231\276\344\270\252\346\226\207\344\273\266/3.txt" @@ -0,0 +1 @@ +988 \ No newline at end of file diff --git "a/\346\242\201\346\265\251/\344\270\200\347\231\276\344\270\252\346\226\207\344\273\266/30.txt" "b/\346\242\201\346\265\251/\344\270\200\347\231\276\344\270\252\346\226\207\344\273\266/30.txt" new file mode 100644 index 0000000..58dc5af --- /dev/null +++ "b/\346\242\201\346\265\251/\344\270\200\347\231\276\344\270\252\346\226\207\344\273\266/30.txt" @@ -0,0 +1 @@ +303 \ No newline at end of file diff --git "a/\346\242\201\346\265\251/\344\270\200\347\231\276\344\270\252\346\226\207\344\273\266/31.txt" "b/\346\242\201\346\265\251/\344\270\200\347\231\276\344\270\252\346\226\207\344\273\266/31.txt" new file mode 100644 index 0000000..5d5ad96 --- /dev/null +++ "b/\346\242\201\346\265\251/\344\270\200\347\231\276\344\270\252\346\226\207\344\273\266/31.txt" @@ -0,0 +1 @@ +764 \ No newline at end of file diff --git "a/\346\242\201\346\265\251/\344\270\200\347\231\276\344\270\252\346\226\207\344\273\266/32.txt" "b/\346\242\201\346\265\251/\344\270\200\347\231\276\344\270\252\346\226\207\344\273\266/32.txt" new file mode 100644 index 0000000..7703a12 --- /dev/null +++ "b/\346\242\201\346\265\251/\344\270\200\347\231\276\344\270\252\346\226\207\344\273\266/32.txt" @@ -0,0 +1 @@ +656 \ No newline at end of file diff --git "a/\346\242\201\346\265\251/\344\270\200\347\231\276\344\270\252\346\226\207\344\273\266/33.txt" "b/\346\242\201\346\265\251/\344\270\200\347\231\276\344\270\252\346\226\207\344\273\266/33.txt" new file mode 100644 index 0000000..4a722e9 --- /dev/null +++ "b/\346\242\201\346\265\251/\344\270\200\347\231\276\344\270\252\346\226\207\344\273\266/33.txt" @@ -0,0 +1 @@ +552 \ No newline at end of file diff --git "a/\346\242\201\346\265\251/\344\270\200\347\231\276\344\270\252\346\226\207\344\273\266/34.txt" "b/\346\242\201\346\265\251/\344\270\200\347\231\276\344\270\252\346\226\207\344\273\266/34.txt" new file mode 100644 index 0000000..2ae9f6c --- /dev/null +++ "b/\346\242\201\346\265\251/\344\270\200\347\231\276\344\270\252\346\226\207\344\273\266/34.txt" @@ -0,0 +1 @@ +441 \ No newline at end of file diff --git "a/\346\242\201\346\265\251/\344\270\200\347\231\276\344\270\252\346\226\207\344\273\266/35.txt" "b/\346\242\201\346\265\251/\344\270\200\347\231\276\344\270\252\346\226\207\344\273\266/35.txt" new file mode 100644 index 0000000..e1233a6 --- /dev/null +++ "b/\346\242\201\346\265\251/\344\270\200\347\231\276\344\270\252\346\226\207\344\273\266/35.txt" @@ -0,0 +1 @@ +787 \ No newline at end of file diff --git "a/\346\242\201\346\265\251/\344\270\200\347\231\276\344\270\252\346\226\207\344\273\266/36.txt" "b/\346\242\201\346\265\251/\344\270\200\347\231\276\344\270\252\346\226\207\344\273\266/36.txt" new file mode 100644 index 0000000..d36f9fb --- /dev/null +++ "b/\346\242\201\346\265\251/\344\270\200\347\231\276\344\270\252\346\226\207\344\273\266/36.txt" @@ -0,0 +1 @@ +267 \ No newline at end of file diff --git "a/\346\242\201\346\265\251/\344\270\200\347\231\276\344\270\252\346\226\207\344\273\266/37.txt" "b/\346\242\201\346\265\251/\344\270\200\347\231\276\344\270\252\346\226\207\344\273\266/37.txt" new file mode 100644 index 0000000..203bd07 --- /dev/null +++ "b/\346\242\201\346\265\251/\344\270\200\347\231\276\344\270\252\346\226\207\344\273\266/37.txt" @@ -0,0 +1 @@ +846 \ No newline at end of file diff --git "a/\346\242\201\346\265\251/\344\270\200\347\231\276\344\270\252\346\226\207\344\273\266/38.txt" "b/\346\242\201\346\265\251/\344\270\200\347\231\276\344\270\252\346\226\207\344\273\266/38.txt" new file mode 100644 index 0000000..24af08a --- /dev/null +++ "b/\346\242\201\346\265\251/\344\270\200\347\231\276\344\270\252\346\226\207\344\273\266/38.txt" @@ -0,0 +1 @@ +83 \ No newline at end of file diff --git "a/\346\242\201\346\265\251/\344\270\200\347\231\276\344\270\252\346\226\207\344\273\266/39.txt" "b/\346\242\201\346\265\251/\344\270\200\347\231\276\344\270\252\346\226\207\344\273\266/39.txt" new file mode 100644 index 0000000..05b9b66 --- /dev/null +++ "b/\346\242\201\346\265\251/\344\270\200\347\231\276\344\270\252\346\226\207\344\273\266/39.txt" @@ -0,0 +1 @@ +162 \ No newline at end of file diff --git "a/\346\242\201\346\265\251/\344\270\200\347\231\276\344\270\252\346\226\207\344\273\266/4.txt" "b/\346\242\201\346\265\251/\344\270\200\347\231\276\344\270\252\346\226\207\344\273\266/4.txt" new file mode 100644 index 0000000..81574dd --- /dev/null +++ "b/\346\242\201\346\265\251/\344\270\200\347\231\276\344\270\252\346\226\207\344\273\266/4.txt" @@ -0,0 +1 @@ +960 \ No newline at end of file diff --git "a/\346\242\201\346\265\251/\344\270\200\347\231\276\344\270\252\346\226\207\344\273\266/40.txt" "b/\346\242\201\346\265\251/\344\270\200\347\231\276\344\270\252\346\226\207\344\273\266/40.txt" new file mode 100644 index 0000000..5755659 --- /dev/null +++ "b/\346\242\201\346\265\251/\344\270\200\347\231\276\344\270\252\346\226\207\344\273\266/40.txt" @@ -0,0 +1 @@ +163 \ No newline at end of file diff --git "a/\346\242\201\346\265\251/\344\270\200\347\231\276\344\270\252\346\226\207\344\273\266/41.txt" "b/\346\242\201\346\265\251/\344\270\200\347\231\276\344\270\252\346\226\207\344\273\266/41.txt" new file mode 100644 index 0000000..8975db9 --- /dev/null +++ "b/\346\242\201\346\265\251/\344\270\200\347\231\276\344\270\252\346\226\207\344\273\266/41.txt" @@ -0,0 +1 @@ +293 \ No newline at end of file diff --git "a/\346\242\201\346\265\251/\344\270\200\347\231\276\344\270\252\346\226\207\344\273\266/42.txt" "b/\346\242\201\346\265\251/\344\270\200\347\231\276\344\270\252\346\226\207\344\273\266/42.txt" new file mode 100644 index 0000000..2738497 --- /dev/null +++ "b/\346\242\201\346\265\251/\344\270\200\347\231\276\344\270\252\346\226\207\344\273\266/42.txt" @@ -0,0 +1 @@ +439 \ No newline at end of file diff --git "a/\346\242\201\346\265\251/\344\270\200\347\231\276\344\270\252\346\226\207\344\273\266/43.txt" "b/\346\242\201\346\265\251/\344\270\200\347\231\276\344\270\252\346\226\207\344\273\266/43.txt" new file mode 100644 index 0000000..4832075 --- /dev/null +++ "b/\346\242\201\346\265\251/\344\270\200\347\231\276\344\270\252\346\226\207\344\273\266/43.txt" @@ -0,0 +1 @@ +967 \ No newline at end of file diff --git "a/\346\242\201\346\265\251/\344\270\200\347\231\276\344\270\252\346\226\207\344\273\266/44.txt" "b/\346\242\201\346\265\251/\344\270\200\347\231\276\344\270\252\346\226\207\344\273\266/44.txt" new file mode 100644 index 0000000..4701cc7 --- /dev/null +++ "b/\346\242\201\346\265\251/\344\270\200\347\231\276\344\270\252\346\226\207\344\273\266/44.txt" @@ -0,0 +1 @@ +150 \ No newline at end of file diff --git "a/\346\242\201\346\265\251/\344\270\200\347\231\276\344\270\252\346\226\207\344\273\266/45.txt" "b/\346\242\201\346\265\251/\344\270\200\347\231\276\344\270\252\346\226\207\344\273\266/45.txt" new file mode 100644 index 0000000..1fb8d9e --- /dev/null +++ "b/\346\242\201\346\265\251/\344\270\200\347\231\276\344\270\252\346\226\207\344\273\266/45.txt" @@ -0,0 +1 @@ +601 \ No newline at end of file diff --git "a/\346\242\201\346\265\251/\344\270\200\347\231\276\344\270\252\346\226\207\344\273\266/46.txt" "b/\346\242\201\346\265\251/\344\270\200\347\231\276\344\270\252\346\226\207\344\273\266/46.txt" new file mode 100644 index 0000000..1538c04 --- /dev/null +++ "b/\346\242\201\346\265\251/\344\270\200\347\231\276\344\270\252\346\226\207\344\273\266/46.txt" @@ -0,0 +1 @@ +743 \ No newline at end of file diff --git "a/\346\242\201\346\265\251/\344\270\200\347\231\276\344\270\252\346\226\207\344\273\266/47.txt" "b/\346\242\201\346\265\251/\344\270\200\347\231\276\344\270\252\346\226\207\344\273\266/47.txt" new file mode 100644 index 0000000..1a7d3a1 --- /dev/null +++ "b/\346\242\201\346\265\251/\344\270\200\347\231\276\344\270\252\346\226\207\344\273\266/47.txt" @@ -0,0 +1 @@ +318 \ No newline at end of file diff --git "a/\346\242\201\346\265\251/\344\270\200\347\231\276\344\270\252\346\226\207\344\273\266/48.txt" "b/\346\242\201\346\265\251/\344\270\200\347\231\276\344\270\252\346\226\207\344\273\266/48.txt" new file mode 100644 index 0000000..3fa694f --- /dev/null +++ "b/\346\242\201\346\265\251/\344\270\200\347\231\276\344\270\252\346\226\207\344\273\266/48.txt" @@ -0,0 +1 @@ +437 \ No newline at end of file diff --git "a/\346\242\201\346\265\251/\344\270\200\347\231\276\344\270\252\346\226\207\344\273\266/49.txt" "b/\346\242\201\346\265\251/\344\270\200\347\231\276\344\270\252\346\226\207\344\273\266/49.txt" new file mode 100644 index 0000000..bcad854 --- /dev/null +++ "b/\346\242\201\346\265\251/\344\270\200\347\231\276\344\270\252\346\226\207\344\273\266/49.txt" @@ -0,0 +1 @@ +225 \ No newline at end of file diff --git "a/\346\242\201\346\265\251/\344\270\200\347\231\276\344\270\252\346\226\207\344\273\266/5.txt" "b/\346\242\201\346\265\251/\344\270\200\347\231\276\344\270\252\346\226\207\344\273\266/5.txt" new file mode 100644 index 0000000..f5bba53 --- /dev/null +++ "b/\346\242\201\346\265\251/\344\270\200\347\231\276\344\270\252\346\226\207\344\273\266/5.txt" @@ -0,0 +1 @@ +556 \ No newline at end of file diff --git "a/\346\242\201\346\265\251/\344\270\200\347\231\276\344\270\252\346\226\207\344\273\266/50.txt" "b/\346\242\201\346\265\251/\344\270\200\347\231\276\344\270\252\346\226\207\344\273\266/50.txt" new file mode 100644 index 0000000..f4edf9d --- /dev/null +++ "b/\346\242\201\346\265\251/\344\270\200\347\231\276\344\270\252\346\226\207\344\273\266/50.txt" @@ -0,0 +1 @@ +770 \ No newline at end of file diff --git "a/\346\242\201\346\265\251/\344\270\200\347\231\276\344\270\252\346\226\207\344\273\266/51.txt" "b/\346\242\201\346\265\251/\344\270\200\347\231\276\344\270\252\346\226\207\344\273\266/51.txt" new file mode 100644 index 0000000..e3f17d0 --- /dev/null +++ "b/\346\242\201\346\265\251/\344\270\200\347\231\276\344\270\252\346\226\207\344\273\266/51.txt" @@ -0,0 +1 @@ +816 \ No newline at end of file diff --git "a/\346\242\201\346\265\251/\344\270\200\347\231\276\344\270\252\346\226\207\344\273\266/52.txt" "b/\346\242\201\346\265\251/\344\270\200\347\231\276\344\270\252\346\226\207\344\273\266/52.txt" new file mode 100644 index 0000000..1e140f3 --- /dev/null +++ "b/\346\242\201\346\265\251/\344\270\200\347\231\276\344\270\252\346\226\207\344\273\266/52.txt" @@ -0,0 +1 @@ +873 \ No newline at end of file diff --git "a/\346\242\201\346\265\251/\344\270\200\347\231\276\344\270\252\346\226\207\344\273\266/53.txt" "b/\346\242\201\346\265\251/\344\270\200\347\231\276\344\270\252\346\226\207\344\273\266/53.txt" new file mode 100644 index 0000000..b1eab89 --- /dev/null +++ "b/\346\242\201\346\265\251/\344\270\200\347\231\276\344\270\252\346\226\207\344\273\266/53.txt" @@ -0,0 +1 @@ +477 \ No newline at end of file diff --git "a/\346\242\201\346\265\251/\344\270\200\347\231\276\344\270\252\346\226\207\344\273\266/54.txt" "b/\346\242\201\346\265\251/\344\270\200\347\231\276\344\270\252\346\226\207\344\273\266/54.txt" new file mode 100644 index 0000000..88101bc --- /dev/null +++ "b/\346\242\201\346\265\251/\344\270\200\347\231\276\344\270\252\346\226\207\344\273\266/54.txt" @@ -0,0 +1 @@ +465 \ No newline at end of file diff --git "a/\346\242\201\346\265\251/\344\270\200\347\231\276\344\270\252\346\226\207\344\273\266/55.txt" "b/\346\242\201\346\265\251/\344\270\200\347\231\276\344\270\252\346\226\207\344\273\266/55.txt" new file mode 100644 index 0000000..699ec1b --- /dev/null +++ "b/\346\242\201\346\265\251/\344\270\200\347\231\276\344\270\252\346\226\207\344\273\266/55.txt" @@ -0,0 +1 @@ +781 \ No newline at end of file diff --git "a/\346\242\201\346\265\251/\344\270\200\347\231\276\344\270\252\346\226\207\344\273\266/56.txt" "b/\346\242\201\346\265\251/\344\270\200\347\231\276\344\270\252\346\226\207\344\273\266/56.txt" new file mode 100644 index 0000000..7b89b22 --- /dev/null +++ "b/\346\242\201\346\265\251/\344\270\200\347\231\276\344\270\252\346\226\207\344\273\266/56.txt" @@ -0,0 +1 @@ +406 \ No newline at end of file diff --git "a/\346\242\201\346\265\251/\344\270\200\347\231\276\344\270\252\346\226\207\344\273\266/57.txt" "b/\346\242\201\346\265\251/\344\270\200\347\231\276\344\270\252\346\226\207\344\273\266/57.txt" new file mode 100644 index 0000000..8a32cf7 --- /dev/null +++ "b/\346\242\201\346\265\251/\344\270\200\347\231\276\344\270\252\346\226\207\344\273\266/57.txt" @@ -0,0 +1 @@ +250 \ No newline at end of file diff --git "a/\346\242\201\346\265\251/\344\270\200\347\231\276\344\270\252\346\226\207\344\273\266/58.txt" "b/\346\242\201\346\265\251/\344\270\200\347\231\276\344\270\252\346\226\207\344\273\266/58.txt" new file mode 100644 index 0000000..30c0289 --- /dev/null +++ "b/\346\242\201\346\265\251/\344\270\200\347\231\276\344\270\252\346\226\207\344\273\266/58.txt" @@ -0,0 +1 @@ +758 \ No newline at end of file diff --git "a/\346\242\201\346\265\251/\344\270\200\347\231\276\344\270\252\346\226\207\344\273\266/59.txt" "b/\346\242\201\346\265\251/\344\270\200\347\231\276\344\270\252\346\226\207\344\273\266/59.txt" new file mode 100644 index 0000000..09bd682 --- /dev/null +++ "b/\346\242\201\346\265\251/\344\270\200\347\231\276\344\270\252\346\226\207\344\273\266/59.txt" @@ -0,0 +1 @@ +611 \ No newline at end of file diff --git "a/\346\242\201\346\265\251/\344\270\200\347\231\276\344\270\252\346\226\207\344\273\266/6.txt" "b/\346\242\201\346\265\251/\344\270\200\347\231\276\344\270\252\346\226\207\344\273\266/6.txt" new file mode 100644 index 0000000..633a077 --- /dev/null +++ "b/\346\242\201\346\265\251/\344\270\200\347\231\276\344\270\252\346\226\207\344\273\266/6.txt" @@ -0,0 +1 @@ +685 \ No newline at end of file diff --git "a/\346\242\201\346\265\251/\344\270\200\347\231\276\344\270\252\346\226\207\344\273\266/60.txt" "b/\346\242\201\346\265\251/\344\270\200\347\231\276\344\270\252\346\226\207\344\273\266/60.txt" new file mode 100644 index 0000000..8e44f67 --- /dev/null +++ "b/\346\242\201\346\265\251/\344\270\200\347\231\276\344\270\252\346\226\207\344\273\266/60.txt" @@ -0,0 +1 @@ +812 \ No newline at end of file diff --git "a/\346\242\201\346\265\251/\344\270\200\347\231\276\344\270\252\346\226\207\344\273\266/61.txt" "b/\346\242\201\346\265\251/\344\270\200\347\231\276\344\270\252\346\226\207\344\273\266/61.txt" new file mode 100644 index 0000000..1538c04 --- /dev/null +++ "b/\346\242\201\346\265\251/\344\270\200\347\231\276\344\270\252\346\226\207\344\273\266/61.txt" @@ -0,0 +1 @@ +743 \ No newline at end of file diff --git "a/\346\242\201\346\265\251/\344\270\200\347\231\276\344\270\252\346\226\207\344\273\266/62.txt" "b/\346\242\201\346\265\251/\344\270\200\347\231\276\344\270\252\346\226\207\344\273\266/62.txt" new file mode 100644 index 0000000..4e9e288 --- /dev/null +++ "b/\346\242\201\346\265\251/\344\270\200\347\231\276\344\270\252\346\226\207\344\273\266/62.txt" @@ -0,0 +1 @@ +63 \ No newline at end of file diff --git "a/\346\242\201\346\265\251/\344\270\200\347\231\276\344\270\252\346\226\207\344\273\266/63.txt" "b/\346\242\201\346\265\251/\344\270\200\347\231\276\344\270\252\346\226\207\344\273\266/63.txt" new file mode 100644 index 0000000..26102a7 --- /dev/null +++ "b/\346\242\201\346\265\251/\344\270\200\347\231\276\344\270\252\346\226\207\344\273\266/63.txt" @@ -0,0 +1 @@ +818 \ No newline at end of file diff --git "a/\346\242\201\346\265\251/\344\270\200\347\231\276\344\270\252\346\226\207\344\273\266/64.txt" "b/\346\242\201\346\265\251/\344\270\200\347\231\276\344\270\252\346\226\207\344\273\266/64.txt" new file mode 100644 index 0000000..cb28afb --- /dev/null +++ "b/\346\242\201\346\265\251/\344\270\200\347\231\276\344\270\252\346\226\207\344\273\266/64.txt" @@ -0,0 +1 @@ +313 \ No newline at end of file diff --git "a/\346\242\201\346\265\251/\344\270\200\347\231\276\344\270\252\346\226\207\344\273\266/65.txt" "b/\346\242\201\346\265\251/\344\270\200\347\231\276\344\270\252\346\226\207\344\273\266/65.txt" new file mode 100644 index 0000000..4129657 --- /dev/null +++ "b/\346\242\201\346\265\251/\344\270\200\347\231\276\344\270\252\346\226\207\344\273\266/65.txt" @@ -0,0 +1 @@ +196 \ No newline at end of file diff --git "a/\346\242\201\346\265\251/\344\270\200\347\231\276\344\270\252\346\226\207\344\273\266/66.txt" "b/\346\242\201\346\265\251/\344\270\200\347\231\276\344\270\252\346\226\207\344\273\266/66.txt" new file mode 100644 index 0000000..3d41066 --- /dev/null +++ "b/\346\242\201\346\265\251/\344\270\200\347\231\276\344\270\252\346\226\207\344\273\266/66.txt" @@ -0,0 +1 @@ +410 \ No newline at end of file diff --git "a/\346\242\201\346\265\251/\344\270\200\347\231\276\344\270\252\346\226\207\344\273\266/67.txt" "b/\346\242\201\346\265\251/\344\270\200\347\231\276\344\270\252\346\226\207\344\273\266/67.txt" new file mode 100644 index 0000000..cb37cb5 --- /dev/null +++ "b/\346\242\201\346\265\251/\344\270\200\347\231\276\344\270\252\346\226\207\344\273\266/67.txt" @@ -0,0 +1 @@ +186 \ No newline at end of file diff --git "a/\346\242\201\346\265\251/\344\270\200\347\231\276\344\270\252\346\226\207\344\273\266/68.txt" "b/\346\242\201\346\265\251/\344\270\200\347\231\276\344\270\252\346\226\207\344\273\266/68.txt" new file mode 100644 index 0000000..a8a24cb --- /dev/null +++ "b/\346\242\201\346\265\251/\344\270\200\347\231\276\344\270\252\346\226\207\344\273\266/68.txt" @@ -0,0 +1 @@ +959 \ No newline at end of file diff --git "a/\346\242\201\346\265\251/\344\270\200\347\231\276\344\270\252\346\226\207\344\273\266/69.txt" "b/\346\242\201\346\265\251/\344\270\200\347\231\276\344\270\252\346\226\207\344\273\266/69.txt" new file mode 100644 index 0000000..1a7d3a1 --- /dev/null +++ "b/\346\242\201\346\265\251/\344\270\200\347\231\276\344\270\252\346\226\207\344\273\266/69.txt" @@ -0,0 +1 @@ +318 \ No newline at end of file diff --git "a/\346\242\201\346\265\251/\344\270\200\347\231\276\344\270\252\346\226\207\344\273\266/7.txt" "b/\346\242\201\346\265\251/\344\270\200\347\231\276\344\270\252\346\226\207\344\273\266/7.txt" new file mode 100644 index 0000000..d81f861 --- /dev/null +++ "b/\346\242\201\346\265\251/\344\270\200\347\231\276\344\270\252\346\226\207\344\273\266/7.txt" @@ -0,0 +1 @@ +794 \ No newline at end of file diff --git "a/\346\242\201\346\265\251/\344\270\200\347\231\276\344\270\252\346\226\207\344\273\266/70.txt" "b/\346\242\201\346\265\251/\344\270\200\347\231\276\344\270\252\346\226\207\344\273\266/70.txt" new file mode 100644 index 0000000..e78e423 --- /dev/null +++ "b/\346\242\201\346\265\251/\344\270\200\347\231\276\344\270\252\346\226\207\344\273\266/70.txt" @@ -0,0 +1 @@ +627 \ No newline at end of file diff --git "a/\346\242\201\346\265\251/\344\270\200\347\231\276\344\270\252\346\226\207\344\273\266/71.txt" "b/\346\242\201\346\265\251/\344\270\200\347\231\276\344\270\252\346\226\207\344\273\266/71.txt" new file mode 100644 index 0000000..fb32aea --- /dev/null +++ "b/\346\242\201\346\265\251/\344\270\200\347\231\276\344\270\252\346\226\207\344\273\266/71.txt" @@ -0,0 +1 @@ +296 \ No newline at end of file diff --git "a/\346\242\201\346\265\251/\344\270\200\347\231\276\344\270\252\346\226\207\344\273\266/72.txt" "b/\346\242\201\346\265\251/\344\270\200\347\231\276\344\270\252\346\226\207\344\273\266/72.txt" new file mode 100644 index 0000000..a9d3bc0 --- /dev/null +++ "b/\346\242\201\346\265\251/\344\270\200\347\231\276\344\270\252\346\226\207\344\273\266/72.txt" @@ -0,0 +1 @@ +523 \ No newline at end of file diff --git "a/\346\242\201\346\265\251/\344\270\200\347\231\276\344\270\252\346\226\207\344\273\266/73.txt" "b/\346\242\201\346\265\251/\344\270\200\347\231\276\344\270\252\346\226\207\344\273\266/73.txt" new file mode 100644 index 0000000..c4c828b --- /dev/null +++ "b/\346\242\201\346\265\251/\344\270\200\347\231\276\344\270\252\346\226\207\344\273\266/73.txt" @@ -0,0 +1 @@ +386 \ No newline at end of file diff --git "a/\346\242\201\346\265\251/\344\270\200\347\231\276\344\270\252\346\226\207\344\273\266/74.txt" "b/\346\242\201\346\265\251/\344\270\200\347\231\276\344\270\252\346\226\207\344\273\266/74.txt" new file mode 100644 index 0000000..7f3a7cc --- /dev/null +++ "b/\346\242\201\346\265\251/\344\270\200\347\231\276\344\270\252\346\226\207\344\273\266/74.txt" @@ -0,0 +1 @@ +161 \ No newline at end of file diff --git "a/\346\242\201\346\265\251/\344\270\200\347\231\276\344\270\252\346\226\207\344\273\266/75.txt" "b/\346\242\201\346\265\251/\344\270\200\347\231\276\344\270\252\346\226\207\344\273\266/75.txt" new file mode 100644 index 0000000..6d58c4e --- /dev/null +++ "b/\346\242\201\346\265\251/\344\270\200\347\231\276\344\270\252\346\226\207\344\273\266/75.txt" @@ -0,0 +1 @@ +109 \ No newline at end of file diff --git "a/\346\242\201\346\265\251/\344\270\200\347\231\276\344\270\252\346\226\207\344\273\266/76.txt" "b/\346\242\201\346\265\251/\344\270\200\347\231\276\344\270\252\346\226\207\344\273\266/76.txt" new file mode 100644 index 0000000..8a32cf7 --- /dev/null +++ "b/\346\242\201\346\265\251/\344\270\200\347\231\276\344\270\252\346\226\207\344\273\266/76.txt" @@ -0,0 +1 @@ +250 \ No newline at end of file diff --git "a/\346\242\201\346\265\251/\344\270\200\347\231\276\344\270\252\346\226\207\344\273\266/77.txt" "b/\346\242\201\346\265\251/\344\270\200\347\231\276\344\270\252\346\226\207\344\273\266/77.txt" new file mode 100644 index 0000000..2549360 --- /dev/null +++ "b/\346\242\201\346\265\251/\344\270\200\347\231\276\344\270\252\346\226\207\344\273\266/77.txt" @@ -0,0 +1 @@ +395 \ No newline at end of file diff --git "a/\346\242\201\346\265\251/\344\270\200\347\231\276\344\270\252\346\226\207\344\273\266/78.txt" "b/\346\242\201\346\265\251/\344\270\200\347\231\276\344\270\252\346\226\207\344\273\266/78.txt" new file mode 100644 index 0000000..c2567dc --- /dev/null +++ "b/\346\242\201\346\265\251/\344\270\200\347\231\276\344\270\252\346\226\207\344\273\266/78.txt" @@ -0,0 +1 @@ +280 \ No newline at end of file diff --git "a/\346\242\201\346\265\251/\344\270\200\347\231\276\344\270\252\346\226\207\344\273\266/79.txt" "b/\346\242\201\346\265\251/\344\270\200\347\231\276\344\270\252\346\226\207\344\273\266/79.txt" new file mode 100644 index 0000000..af718cd --- /dev/null +++ "b/\346\242\201\346\265\251/\344\270\200\347\231\276\344\270\252\346\226\207\344\273\266/79.txt" @@ -0,0 +1 @@ +726 \ No newline at end of file diff --git "a/\346\242\201\346\265\251/\344\270\200\347\231\276\344\270\252\346\226\207\344\273\266/8.txt" "b/\346\242\201\346\265\251/\344\270\200\347\231\276\344\270\252\346\226\207\344\273\266/8.txt" new file mode 100644 index 0000000..2be0b3c --- /dev/null +++ "b/\346\242\201\346\265\251/\344\270\200\347\231\276\344\270\252\346\226\207\344\273\266/8.txt" @@ -0,0 +1 @@ +442 \ No newline at end of file diff --git "a/\346\242\201\346\265\251/\344\270\200\347\231\276\344\270\252\346\226\207\344\273\266/80.txt" "b/\346\242\201\346\265\251/\344\270\200\347\231\276\344\270\252\346\226\207\344\273\266/80.txt" new file mode 100644 index 0000000..0c7f592 --- /dev/null +++ "b/\346\242\201\346\265\251/\344\270\200\347\231\276\344\270\252\346\226\207\344\273\266/80.txt" @@ -0,0 +1 @@ +604 \ No newline at end of file diff --git "a/\346\242\201\346\265\251/\344\270\200\347\231\276\344\270\252\346\226\207\344\273\266/81.txt" "b/\346\242\201\346\265\251/\344\270\200\347\231\276\344\270\252\346\226\207\344\273\266/81.txt" new file mode 100644 index 0000000..3d3f955 --- /dev/null +++ "b/\346\242\201\346\265\251/\344\270\200\347\231\276\344\270\252\346\226\207\344\273\266/81.txt" @@ -0,0 +1 @@ +973 \ No newline at end of file diff --git "a/\346\242\201\346\265\251/\344\270\200\347\231\276\344\270\252\346\226\207\344\273\266/82.txt" "b/\346\242\201\346\265\251/\344\270\200\347\231\276\344\270\252\346\226\207\344\273\266/82.txt" new file mode 100644 index 0000000..0aa5559 --- /dev/null +++ "b/\346\242\201\346\265\251/\344\270\200\347\231\276\344\270\252\346\226\207\344\273\266/82.txt" @@ -0,0 +1 @@ +866 \ No newline at end of file diff --git "a/\346\242\201\346\265\251/\344\270\200\347\231\276\344\270\252\346\226\207\344\273\266/83.txt" "b/\346\242\201\346\265\251/\344\270\200\347\231\276\344\270\252\346\226\207\344\273\266/83.txt" new file mode 100644 index 0000000..9a03714 --- /dev/null +++ "b/\346\242\201\346\265\251/\344\270\200\347\231\276\344\270\252\346\226\207\344\273\266/83.txt" @@ -0,0 +1 @@ +10 \ No newline at end of file diff --git "a/\346\242\201\346\265\251/\344\270\200\347\231\276\344\270\252\346\226\207\344\273\266/84.txt" "b/\346\242\201\346\265\251/\344\270\200\347\231\276\344\270\252\346\226\207\344\273\266/84.txt" new file mode 100644 index 0000000..4b6f9c3 --- /dev/null +++ "b/\346\242\201\346\265\251/\344\270\200\347\231\276\344\270\252\346\226\207\344\273\266/84.txt" @@ -0,0 +1 @@ +64 \ No newline at end of file diff --git "a/\346\242\201\346\265\251/\344\270\200\347\231\276\344\270\252\346\226\207\344\273\266/85.txt" "b/\346\242\201\346\265\251/\344\270\200\347\231\276\344\270\252\346\226\207\344\273\266/85.txt" new file mode 100644 index 0000000..0c7f592 --- /dev/null +++ "b/\346\242\201\346\265\251/\344\270\200\347\231\276\344\270\252\346\226\207\344\273\266/85.txt" @@ -0,0 +1 @@ +604 \ No newline at end of file diff --git "a/\346\242\201\346\265\251/\344\270\200\347\231\276\344\270\252\346\226\207\344\273\266/86.txt" "b/\346\242\201\346\265\251/\344\270\200\347\231\276\344\270\252\346\226\207\344\273\266/86.txt" new file mode 100644 index 0000000..af21323 --- /dev/null +++ "b/\346\242\201\346\265\251/\344\270\200\347\231\276\344\270\252\346\226\207\344\273\266/86.txt" @@ -0,0 +1 @@ +133 \ No newline at end of file diff --git "a/\346\242\201\346\265\251/\344\270\200\347\231\276\344\270\252\346\226\207\344\273\266/87.txt" "b/\346\242\201\346\265\251/\344\270\200\347\231\276\344\270\252\346\226\207\344\273\266/87.txt" new file mode 100644 index 0000000..be6652a --- /dev/null +++ "b/\346\242\201\346\265\251/\344\270\200\347\231\276\344\270\252\346\226\207\344\273\266/87.txt" @@ -0,0 +1 @@ +415 \ No newline at end of file diff --git "a/\346\242\201\346\265\251/\344\270\200\347\231\276\344\270\252\346\226\207\344\273\266/88.txt" "b/\346\242\201\346\265\251/\344\270\200\347\231\276\344\270\252\346\226\207\344\273\266/88.txt" new file mode 100644 index 0000000..5d1277e --- /dev/null +++ "b/\346\242\201\346\265\251/\344\270\200\347\231\276\344\270\252\346\226\207\344\273\266/88.txt" @@ -0,0 +1 @@ +147 \ No newline at end of file diff --git "a/\346\242\201\346\265\251/\344\270\200\347\231\276\344\270\252\346\226\207\344\273\266/89.txt" "b/\346\242\201\346\265\251/\344\270\200\347\231\276\344\270\252\346\226\207\344\273\266/89.txt" new file mode 100644 index 0000000..a3d3658 --- /dev/null +++ "b/\346\242\201\346\265\251/\344\270\200\347\231\276\344\270\252\346\226\207\344\273\266/89.txt" @@ -0,0 +1 @@ +690 \ No newline at end of file diff --git "a/\346\242\201\346\265\251/\344\270\200\347\231\276\344\270\252\346\226\207\344\273\266/9.txt" "b/\346\242\201\346\265\251/\344\270\200\347\231\276\344\270\252\346\226\207\344\273\266/9.txt" new file mode 100644 index 0000000..77555c3 --- /dev/null +++ "b/\346\242\201\346\265\251/\344\270\200\347\231\276\344\270\252\346\226\207\344\273\266/9.txt" @@ -0,0 +1 @@ +529 \ No newline at end of file diff --git "a/\346\242\201\346\265\251/\344\270\200\347\231\276\344\270\252\346\226\207\344\273\266/90.txt" "b/\346\242\201\346\265\251/\344\270\200\347\231\276\344\270\252\346\226\207\344\273\266/90.txt" new file mode 100644 index 0000000..4acc65d --- /dev/null +++ "b/\346\242\201\346\265\251/\344\270\200\347\231\276\344\270\252\346\226\207\344\273\266/90.txt" @@ -0,0 +1 @@ +266 \ No newline at end of file diff --git "a/\346\242\201\346\265\251/\344\270\200\347\231\276\344\270\252\346\226\207\344\273\266/91.txt" "b/\346\242\201\346\265\251/\344\270\200\347\231\276\344\270\252\346\226\207\344\273\266/91.txt" new file mode 100644 index 0000000..4e36eb8 --- /dev/null +++ "b/\346\242\201\346\265\251/\344\270\200\347\231\276\344\270\252\346\226\207\344\273\266/91.txt" @@ -0,0 +1 @@ +671 \ No newline at end of file diff --git "a/\346\242\201\346\265\251/\344\270\200\347\231\276\344\270\252\346\226\207\344\273\266/92.txt" "b/\346\242\201\346\265\251/\344\270\200\347\231\276\344\270\252\346\226\207\344\273\266/92.txt" new file mode 100644 index 0000000..3d9983a --- /dev/null +++ "b/\346\242\201\346\265\251/\344\270\200\347\231\276\344\270\252\346\226\207\344\273\266/92.txt" @@ -0,0 +1 @@ +295 \ No newline at end of file diff --git "a/\346\242\201\346\265\251/\344\270\200\347\231\276\344\270\252\346\226\207\344\273\266/93.txt" "b/\346\242\201\346\265\251/\344\270\200\347\231\276\344\270\252\346\226\207\344\273\266/93.txt" new file mode 100644 index 0000000..f3daf1d --- /dev/null +++ "b/\346\242\201\346\265\251/\344\270\200\347\231\276\344\270\252\346\226\207\344\273\266/93.txt" @@ -0,0 +1 @@ +835 \ No newline at end of file diff --git "a/\346\242\201\346\265\251/\344\270\200\347\231\276\344\270\252\346\226\207\344\273\266/94.txt" "b/\346\242\201\346\265\251/\344\270\200\347\231\276\344\270\252\346\226\207\344\273\266/94.txt" new file mode 100644 index 0000000..a21cae3 --- /dev/null +++ "b/\346\242\201\346\265\251/\344\270\200\347\231\276\344\270\252\346\226\207\344\273\266/94.txt" @@ -0,0 +1 @@ +454 \ No newline at end of file diff --git "a/\346\242\201\346\265\251/\344\270\200\347\231\276\344\270\252\346\226\207\344\273\266/95.txt" "b/\346\242\201\346\265\251/\344\270\200\347\231\276\344\270\252\346\226\207\344\273\266/95.txt" new file mode 100644 index 0000000..105d7d9 --- /dev/null +++ "b/\346\242\201\346\265\251/\344\270\200\347\231\276\344\270\252\346\226\207\344\273\266/95.txt" @@ -0,0 +1 @@ +100 \ No newline at end of file diff --git "a/\346\242\201\346\265\251/\344\270\200\347\231\276\344\270\252\346\226\207\344\273\266/96.txt" "b/\346\242\201\346\265\251/\344\270\200\347\231\276\344\270\252\346\226\207\344\273\266/96.txt" new file mode 100644 index 0000000..0a1b63d --- /dev/null +++ "b/\346\242\201\346\265\251/\344\270\200\347\231\276\344\270\252\346\226\207\344\273\266/96.txt" @@ -0,0 +1 @@ +353 \ No newline at end of file diff --git "a/\346\242\201\346\265\251/\344\270\200\347\231\276\344\270\252\346\226\207\344\273\266/97.txt" "b/\346\242\201\346\265\251/\344\270\200\347\231\276\344\270\252\346\226\207\344\273\266/97.txt" new file mode 100644 index 0000000..1bc9029 --- /dev/null +++ "b/\346\242\201\346\265\251/\344\270\200\347\231\276\344\270\252\346\226\207\344\273\266/97.txt" @@ -0,0 +1 @@ +531 \ No newline at end of file diff --git "a/\346\242\201\346\265\251/\344\270\200\347\231\276\344\270\252\346\226\207\344\273\266/98.txt" "b/\346\242\201\346\265\251/\344\270\200\347\231\276\344\270\252\346\226\207\344\273\266/98.txt" new file mode 100644 index 0000000..721527c --- /dev/null +++ "b/\346\242\201\346\265\251/\344\270\200\347\231\276\344\270\252\346\226\207\344\273\266/98.txt" @@ -0,0 +1 @@ +896 \ No newline at end of file diff --git "a/\346\242\201\346\265\251/\344\270\200\347\231\276\344\270\252\346\226\207\344\273\266/99.txt" "b/\346\242\201\346\265\251/\344\270\200\347\231\276\344\270\252\346\226\207\344\273\266/99.txt" new file mode 100644 index 0000000..4f95481 --- /dev/null +++ "b/\346\242\201\346\265\251/\344\270\200\347\231\276\344\270\252\346\226\207\344\273\266/99.txt" @@ -0,0 +1 @@ +517 \ No newline at end of file diff --git "a/\346\242\201\346\265\251/\344\270\200\347\231\276\344\270\252\346\226\207\344\273\266/\345\210\233\345\273\272\346\226\207\344\273\266.js" "b/\346\242\201\346\265\251/\344\270\200\347\231\276\344\270\252\346\226\207\344\273\266/\345\210\233\345\273\272\346\226\207\344\273\266.js" new file mode 100644 index 0000000..9df7637 --- /dev/null +++ "b/\346\242\201\346\265\251/\344\270\200\347\231\276\344\270\252\346\226\207\344\273\266/\345\210\233\345\273\272\346\226\207\344\273\266.js" @@ -0,0 +1,15 @@ +var fs = require('fs'); +var arr = new Array(); +for(var i = 1;i <= 100;i++){ + arr[i-1] =Math.ceil(Math.random()*1001); + fs.writeFile( + i+'.txt', + ''+arr[i-1], + (err)=>{ + if(err){ + console.log(err) + } + } + + ) +} \ No newline at end of file diff --git "a/\346\242\201\346\265\251/\344\270\200\347\231\276\344\270\252\346\226\207\344\273\266/\346\234\200\345\244\247\345\200\274.js" "b/\346\242\201\346\265\251/\344\270\200\347\231\276\344\270\252\346\226\207\344\273\266/\346\234\200\345\244\247\345\200\274.js" new file mode 100644 index 0000000..160dad0 --- /dev/null +++ "b/\346\242\201\346\265\251/\344\270\200\347\231\276\344\270\252\346\226\207\344\273\266/\346\234\200\345\244\247\345\200\274.js" @@ -0,0 +1,51 @@ +var fs = require('fs'); + +var arr = new Array(); + + + + +for(var i = 1;i <= 100;i++){ + + var data = fs.readFileSync(i+'.txt'); + arr[i-1] = data.toString(); + console.log("同步读取: "+i+"个" + arr[i-1]); + + + // fs.readFile( + // i+'.txt', + // function(err,data){ + // if(err){ + // return console.log(err); + // } + // arr[i-1]=data.toString(); + // console.log("第"+i+"个"+arr[i-1]); + // }) + +} + + + + var max = 0; + for(var j = 0;j