Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
是否可以通过单击对象来动态打开网页?如果是这样,如何实现?链接到底层文件系统怎么样?我正在使用自定义属性来保存 URL,但无法调用它们。
你试过使用webbrowser吗?
webbrowser
import webbrowser webbrowser.open('http://thisisaurl.org')