'

body += '

This is a Python script running on the server.

'

body += ''

jsp,调用python实例_jsp调用jsp  第1张

return [body.encode('utf-8')]

if __name__ == '__main__':

from wsgiref.simple_server import make_server

httpd = make_server('localhost', 8000, application)

print("