Spring boot 弹簧靴百里香;飞碟PDF正确显示带连字符的URL

Spring boot 弹簧靴百里香;飞碟PDF正确显示带连字符的URL,spring-boot,thymeleaf,flying-saucer,Spring Boot,Thymeleaf,Flying Saucer,我的PDF包含一个文本形式的带有连字符符号的URL。当我通过标记直接从PDF复制URL时,当连字符位于行的末尾时,粘贴后该符号消失 我有以下html: ... <p>test test test test 123 test test 123 test test xy <a style="color:black;text-decoration:none" th:href="${myURL}" th:text="${myURL

我的PDF包含一个文本形式的带有连字符符号的URL。当我通过标记直接从PDF复制URL时,当连字符位于行的末尾时,粘贴后该符号消失

我有以下html:

...
<p>test test test test 123 test test 123 test test xy 
  <a style="color:black;text-decoration:none" th:href="${myURL}" th:text="${myURL}"></a>
</p
...
。。。
测试123测试123测试xy

奇怪的如果你点击URL,它会正确打开吗?@WimDeblauwe是的,它会正确打开。因为使用了href。