pywebio的输入能不能从网络请求的地址栏上获取到用户传过来的数据 #207
Answered
by
wang0618
pythonliuwei-root
asked this question in
Q&A
-
我使用pycharm启动了pywebio网络聊天室demo的服务,我使用浏览器输入地址栏127.0.0.1:8080 但是我想输入127.0.0.1:8080?username=me 我想使用pywebio获取到这个me pywebio 有没有方法可以获取到。 |
Beta Was this translation helpful? Give feedback.
Answered by
wang0618
Nov 23, 2021
Replies: 2 comments 5 replies
-
是需要部署多pywebio应用么,可以在 https://pywebio.readthedocs.io/zh_CN/latest/platform.html#directory-deploy |
Beta Was this translation helpful? Give feedback.
2 replies
-
理解错问题了。如果是想获取url参数的话,参考 https://pywebio.readthedocs.io/zh_CN/latest/cookbook.html#get-url-parameters-of-current-page |
Beta Was this translation helpful? Give feedback.
3 replies
Answer selected by
pythonliuwei-root
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
理解错问题了。如果是想获取url参数的话,参考 https://pywebio.readthedocs.io/zh_CN/latest/cookbook.html#get-url-parameters-of-current-page