我在我的应用程序中使用 sendgrid 服务来发送电子邮件。在电子邮件中,我发送了一个包含空格的超链接。
<a href={{here}}>here</a>
here = https://example.org/transport/?user=sam&type=bus ac&org=abc
在具有类型的查询参数中,我从滚动选择器中获取它。
当我收到邮件时,超链接只能导航到
https://example.org/transport/?user=sam&type=bus
有没有办法可以导航到提供的 URL?