python多线程 May 12,2016 in Python,安全开发 read (15990) 多线程创建def target(): print 'current threading: %s is running' % threading.current_thread().name time.sleep(1) print 'current threa... 继续阅读