摘要: #!/usr/bin/python3 import threadpool def moreParamFunc(a,b,c,d): print(a,b,c,d) return 0 #调用4个参数... pushParam = [1,'two',3,4] func_var = [(pushParam,N 阅读全文
posted @ 2020-11-30 14:30 SimpleSmile 阅读(385) 评论(0) 推荐(0) 编辑