推荐学习书目
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
iphantom
V2EX  ›  Python

flask route()能否加载动态网页?

  •  
  •   iphantom · Jun 14, 2016 · 3071 views
    This topic created in 3643 days ago, the information mentioned may be changed or developed.
    route(/getname) 可以
    route(/getname?abc) 不可以

    求教解决办法·······
    5 replies    2016-06-14 12:57:11 +08:00
    am241
        1
    am241  
       Jun 14, 2016 via Android
    参数不应该在程序里判断的吗
    iphantom
        2
    iphantom  
    OP
       Jun 14, 2016
    @am241 什么意思
    https://127.0.0.1:5000/Assess/getPriceByKeyWord?access_token=xxxx&sCity=xxxx&sKeyWord=xxxx&sUserKey=xxxx


    这样的链接 返回一个固定的值 怎么实现?
    seki
        3
    seki  
       Jun 14, 2016
    iphantom
        4
    iphantom  
    OP
       Jun 14, 2016
    找到原因了 https http

    哎 郁闷
    daweibao
        5
    daweibao  
       Jun 14, 2016 via Android
    route(/getname/<string:name>)
    About   ·   Help   ·   Advertise   ·   Blog   ·   API   ·   FAQ   ·   Solana   ·   2427 Online   Highest 6679   ·     Select Language
    创意工作者们的社区
    World is powered by solitude
    VERSION: 3.9.8.5 · 32ms · UTC 15:58 · PVG 23:58 · LAX 08:58 · JFK 11:58
    ♥ Do have faith in what you're doing.