vc调用python函数返回列表的处理

it2023-11-01  74

1、python代码

输入两个变量,返回一个列表x

def main(a,b): with open("1.txt","w") as fw: fw.write(a) fw.write(b) x
最新回复(0)