billy123456
deepin
2018-06-19 03:42 这里是java语言
[billy@billy-pc cmp]$ time java test
468888890
real 0m1.651s
user 0m1.385s
sys 0m0.436s
[billy@billy-pc cmp]$ time java test
468888890
real 0m1.651s
user 0m1.385s
sys 0m0.436s
Reply Like 0 View the author


中文 


源文件不同是因为jjs是es5,而node是es6
[billy@billy-pc cmp]$ time jjs test.jjs
468888890
real 0m3.647s
user 0m5.679s
sys 0m0.506s
[billy@billy-pc cmp]$ time node test.js
468888890
real 0m12.745s
user 0m13.136s
sys 0m0.739s