wsgi错误一:AttributeError: 'NoneType' object has no attribute 'split'

wsgi:python web的内置接口

  web server gateway interface

  错误1:

    AttributeError: 'NoneType' object has no attribute 'split'

  解决方案:

    返回值(返回给客户端的网页内容需要是列表类型)