请问在popup里面能再做scope么? #297
honesthnter
started this conversation in
General
Replies: 1 comment
-
可以,需要将popup作为上下文管理器使用: with popup('Popup title') as s:
put_html('<h3>Popup Content</h3>')
with use_scope('in-popup'):
put_text('text') 参见: https://pywebio.readthedocs.io/zh_CN/latest/output.html#pywebio.output.popup |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
请问在popup里面能再做scope么?
Beta Was this translation helpful? Give feedback.
All reactions