PythonInterpreterTest.py 104 B

123456
  1. #!/usr/bin/python
  2. #-*- coding: utf-8 -*-
  3. def fun(person):
  4. person.SetGuid(2)
  5. person.SetName("tanghai")