仪表盘
版本库
文件存储
活动
搜索
登录
李春萍
/
lims-before
分支自
lims-before
概况
提交次数
目录
文档
分支
对比
blame
|
历史
|
原始文档
Merge branch 'master' of http://192.168.110.209:9001/r/lims-before
Fixiaobai
2023-08-30
a2c4dc4fbd62ac4e05b9318a1e05d147c8ae4d8c
[~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);
}
}