Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
test
autotest-airtest-web-spd
Commits
65f69e0f
Commit
65f69e0f
authored
May 11, 2025
by
liguangyu06
Browse files
新增期初导入脚本
parent
427ebaf0
Changes
1
Hide whitespace changes
Inline
Side-by-side
air_case/b2_herp3_bs/期初导入.air/期初导入.py
View file @
65f69e0f
...
...
@@ -127,16 +127,14 @@ def l_gen1():
result
=
json
.
loads
(
result
.
content
)
print
(
result
)
# 创建多线程
threads
=
[]
for
_
in
range
(
4
):
t
=
threading
.
Thread
(
target
=
l_gen1
())
threads
.
append
(
t
)
t
.
start
()
# 等待所有线程完成
for
t
in
threads
:
t
.
join
()
# # 创建多线程
# threads = []
# for _ in range(4):
# t = threading.Thread(target=l_gen1())
# threads.append(t)
# t.start()
#
# # 等待所有线程完成
# for t in threads:
# t.join()
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment