仪表盘
版本库
文件存储
活动
搜索
登录
李春萍
/
lims-before
分支自
lims-before
概况
提交次数
目录
文档
分支
对比
blame
|
历史
|
原始文档
bug修复
value
2023-08-29
f6b6162c08fb8fd93369064d4daef6c94b100eea
[~lichunping/lims-before.git]
/
src
/
worker
/
test.js
1
2
3
4
5
export function test(){
for (let index = 0; index < 100; index++) {
console.log("子线程"+index);
}
}