如何跳转到某个URL #646
Unanswered
Bilibili-Summer
asked this question in
Q&A
如何跳转到某个URL
#646
Replies: 1 comment
-
from pywebio import session
url = 'https://baidu.com'
session.run_js('window.location.href=url', url=url) 之后会考虑添加一个函数来封装这个操作 |
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.
-
想给软件做一个第三方登录,但是翻了翻文库却一直找不到相关内容....
Beta Was this translation helpful? Give feedback.
All reactions