Commit 57aed9de authored by Scott Sun's avatar Scott Sun

scott

parent 68f2df6b
node_modules
.vscode
// 导入
var _ = require('lodash');
// 查看当前包路径
print(__package__.libraryPaths());
// 打印命令行参数
var arr = [1,2,3,5,8]
var res = _.forEach(arr, function(n){
print(n)
});
print(res)
\ No newline at end of file
# test # topjs3 study
## 2019-12-26
这是一个测试
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment