web.py web_header.py

"""
模块:web_header.py
帮助:Help on function header in module web.webapi:
header(hdr, value, unique=False)
    Adds the header `hdr: value` with the response.

    If `unique` is True and a header with that name already exists,
    it doesn't add a new one.
知识点:

"""
import web

help(web.header)
发布了198 篇原创文章 · 获赞 58 · 访问量 8万+

猜你喜欢

转载自blog.csdn.net/weixin_42193179/article/details/104005195