代码就像:-
<a th:href="@{{path}(path=${templatebitcointalkforumlink})}"及物业档案:-
eg:- template variable=https://bitcointalk.org/index.php?topic=4456828注:-我不拥有这篇文章/主题-这只是个例子
现在改为:-
https://bitcointalk.org/index.php%3Ftopic=4456827
发布于 2018-06-14 15:33:48
如果您不想利用自动编码参数、url替换参数等,则不应该使用@{...}。相反,只需使用一个常规变量。
<a th:href="${templatebitcointalkforumlink}">...</a>https://stackoverflow.com/questions/50851232
复制相似问题