print '服務(wù)已經(jīng)開啟' from wsgiref.simple_server import make_server soap_application = soaplib.core.Application([AdditionService], 'tns') wsgi_application = wsgi.Application(soap_application) server = make_server('localhost', 7789, wsgi_application) server.serve_forever() except ImportError: print ...
www.dbjr.com.cn/article/434...htm 2025-6-6