在下面的代码中,python 在接收到 anchorClicked 信号时是否可以告诉 href 标记中间的“单词”是什么?
word = '<a href>' + '<span style="background-color:#C0C0C0">' + word + '</span>' +'</a>'
我尝试使用 sender() 方法,但发件人是 QTextBrowser,而不是字符串,所以没有帮助。
在下面的代码中,python 在接收到 anchorClicked 信号时是否可以告诉 href 标记中间的“单词”是什么?
word = '<a href>' + '<span style="background-color:#C0C0C0">' + word + '</span>' +'</a>'
我尝试使用 sender() 方法,但发件人是 QTextBrowser,而不是字符串,所以没有帮助。