Usually i use this type of data in freemarker:
(root)  
|  
+- website = "StackOverflow"  
|  
+- href = "http://stac开发者_StackOverflow社区koverflow.com"  
|  
+- label = "my favorite website."
but today,a java programmer give me a model like this:
(root)  
|  
+- website = "StackOverflow"  
|  
+- href = "http://stackoverflow.com${dir}"  
|  
+-  label = "my favorite website"  
|  
+- dir = "/questions/ask"
And he wants me to show dir's value in the final page. The template:
${label}<a href="${href}" >${website}</a>
i suggested him to write a template like this
${label}<a href="${href}${dir}" >${website}</a>
but he dont want to do like this.I want to ask if there any way to realize this requirement.
${label}<a href="<@href?interpret/>" >${website}</a>
this is the answer
 
         
                                         
                                         
                                         
                                        ![Interactive visualization of a graph in python [closed]](https://www.devze.com/res/2023/04-10/09/92d32fe8c0d22fb96bd6f6e8b7d1f457.gif) 
                                         
                                         
                                         
                                         加载中,请稍侯......
 加载中,请稍侯......
      
精彩评论