我想做一些类似 < a href=>"的「https://stackoverflow.com/ questions/7534425/ passing-varadic-arguments- in-one-office-to-another-operation- in-d>这个文章 ,
我要将 force1(abc)
的参数作为 stype= (abc)
的参数传送到 form2
中,作为 type = (abc)
。
以下的替代代码 :
function1 (*args, abc):
print xyz
function2(type=abc)