摘要: 示例代码: new PythonTuple(new[] { 1, 2, 3 }); PythonTuple myTuple = PythonOps.MakeTuple(new object[] { 1, 2, 3 }); // IronPython.Runtime.List List list = 阅读全文
posted @ 2018-08-14 18:12 wzwyc 阅读(375) 评论(0) 推荐(0)