阅读背景:

将变量传递给骨干模板时,如何在模板中引用它?

来源:互联网 

the Template looks like this.

模板看起来像这样。

<div>
    <H5>Status for your request</H5>
    <table>
    <tbody>
    <tr>
        <th>RequestId</th>
        <th><%=id%></th>
    </tr>
    <tr>
        <th>Email</th>
        <th><%=emailId%></th>
    </tr>       
    <tr>
        <th>Status</th>
        <th><%=status%></th>
    </tr>       
     </tbody>
     </table>
</div>
<di



你的当前访问异常,请进行认证后继续阅读剩余内容。

分享到: