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.
オブジェクトをクリックして Web ページを動的に開くことはできますか? もしそうなら、どうすればこれを達成できますか?基盤となるファイル システムへのリンクについてはどうでしょうか。カスタム属性を使用して URL を保存していますが、それらを呼び出す方法がありません。
使ってみましたwebbrowserか?
webbrowser
import webbrowser webbrowser.open('http://thisisaurl.org')