示例#1
0
def collector(name):
    print 'hello', name
    startTh()
示例#2
0
def Collector(name):
    print("hello", name)
    startTh()