coding=utf8 from bridge import start import threading print 'import %s thread id: %s' % ('bridge.start', threading.current_thread().ident) ...
確定! 回上一頁