已掉线,重新登录

首页 > 绿虎论坛 > 历史版块 > 编程 > Python > 源码

标题: saepy备忘

作者: @Ta

时间: 2013-06-15

点击: 2362

PY自己用的
saepy
import sae
  def app(environ, start_response):
  status = '200 OK'
  response_headers = [('Content-type', 'text/html; charset=utf-8')]
  start_response(status, response_headers)
  s=str(environ)+str(start_response)
  return ['<strong>Welcome to SAE!'+s+'</strong>']
  application = sae.create_wsgi_app(app)

[隐藏样式|查看源码]


『回复列表(0|隐藏机器人聊天)』

帖子没有回复
回复需要登录

10月12日 13:16 星期天

本站由hu60wap6驱动

备案号: 京ICP备18041936号-1