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.
我想在通过 asp.net 应用程序发送的电子邮件中将 url 作为纯文本发送。现在它会自动转换为超链接。请帮忙。
我知道的一种技术是拥有
www.url.<img src="" width="0" height="0">com
这样它就不会被解析为网址,同时不会影响布局。如果您在<img>接收某种样式时遇到问题,那么最好使用:
<img>
www.url.com
哪里是零宽度不间断空间。