-
PyWebIO 版本:
```
PS D:\Temp\test-pywebio> pip show pywebio
Name: pywebio
Version: 1.0.1
```
Python 版本:
```
PS D:\Temp\test-pywebio> python --version
Python 3.8.3
```
报错信息:
```
PS D:\Temp\t…
-
代码如下,本来写了一个自己的按钮,不生效,于是去demo拷贝了一下,还是不行
```
from pywebio import start_server
import pywebio.input as webinput
import pywebio.output as weboutput
from pywebio.session import set_env
def onClic…
-
v友好。
我想实现一下类似于网盘列表类的前端功能,但是不知道有多少级,想每点击一次可以获取一下内容,类似于异步获取,不是一次性获取,而且每一级之前肯定要传递参数。我尝试回调但是无法写出循环额,回调没有返回值,也无法被下一次回调。尝试用put_link,但是也不行,貌似put_link无法传参。
-
V友您好,
请教一下:
假定程序根路径有一个me.jpg 图片。
如下三句, 后两句可以正常显示,第一句用put_markdown不行。
请教put_markdown 图片地址如何填写。
```
put_markdown("![test](me.jpg)")
img = open('me.jpg', 'rb').read()
put_imag…
-
```python
img = file_upload("Select a raw:", accept="application/*", help_text='可以直接选择"提交"')
# put_markdown("`raw = %r`" %img)
# 文件输出
print(type(img)) #
put_file(r'hello_wor…
-
这个库很好,很适合后端用。
这里提点建议:
目前,`pywebio.output`里面的progressbar很不错。在输出后,可以多次更新。(有set方法)
但是,其他的控件在输出后,就失去再次更新的能力了。
能否给每个output空间都加入name,后续可以依据name再次更新其内容?(就像progressbar一样)
BTW:文档里面“输出域”这个章节,貌似重复…
-
- [ ] I read [the conda-forge documentation](https://conda-forge.org/docs/user/introduction.html#how-can-i-install-packages-from-conda-forge) and could not find the solution for my problem there.
…
-
- [x] I read [the conda-forge documentation](https://conda-forge.org/docs/user/introduction.html#how-can-i-install-packages-from-conda-forge) and could not find the solution for my problem there.
…