我需要做的是把一个标签放入html网页:
<lift:surround with="default" at="content">
<span class="lift:WorkingStatus.print"></span>
</lift:surround>
a. 在适当的狙击手表* 中有一刀子。
class WorkingStatus {
def print():String={return "<table></table>";}
def speak = <span>Hello World</span>
def render = "* *" #> "Hello there in span"
}
功能将产生约html的插图,如<编码>def 印刷(<>/代码>)。
因此,这是我无法以任何方式工作的一个非常棘手的问题。 我需要一个可以在必要时纳入html网页的Schala级,例如:<jsp:include>
;这一类别应当能够连接外部网络服务,获得一些数据清单,并生成html,然后在所希望的地点插入......这足够复杂?