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.
我想将超链接添加到选定的特定文本。我正在使用richtextbox 在电子邮件中发送格式化文本,但无法添加到特定文本的超链接。就像我的richtextbox 包含文本“有关更多信息,请单击此处”,我想添加超链接以动态单击此处。提前致谢
您可以将“单击此处”动态替换为
<a href="your link">click here</a>
希望能帮助到你 :)