def test(var1,var2,*args): print var1. print var2. print args. print type(args). test('var1','var2','var3','var4','var5').
確定! 回上一頁