推荐学习书目
Learn Python the Hard Way
Python Sites
PyPI - Python Package Index
http://diveintopython.org/toc/index.html
Pocoo
值得关注的项目
PyPy
Celery
Jinja2
Read the Docs
gevent
pyenv
virtualenv
Stackless Python
Beautiful Soup
结巴中文分词
Green Unicorn
Sentry
Shovel
Pyflakes
pytest
Python 编程
pep8 Checker
Styles
PEP 8
Google Python Style Guide
Code Style from The Hitchhiker's Guide
Alpha
V2EX  ›  Python

关于flask获取xml

  •  
  •   Alpha ·
    PRO
    ·
    alphachoi · Dec 6, 2012 · 6668 views
    This topic created in 4917 days ago, the information mentioned may be changed or developed.
    @app.route('/xml/',methods=["GET","POST"])
    def getxml():
    if request.method == 'POST':
    return request.data


    对于外部post过来的xml,这样能直接输出吗?
    1 replies    1970-01-01 08:00:00 +08:00
    Livid
        1
    Livid  
    MOD
    PRO
       Dec 6, 2012   ❤️ 1
    输出时把 Content-Type 设置为 application/xml;charset=UTF-8。
    About   ·   Help   ·   Advertise   ·   Blog   ·   API   ·   FAQ   ·   Solana   ·   2882 Online   Highest 6679   ·     Select Language
    创意工作者们的社区
    World is powered by solitude
    VERSION: 466ea39e · 39ms · UTC 06:47 · PVG 14:47 · LAX 23:47 · JFK 02:47
    ♥ Do have faith in what you're doing.