我想使用 xtemplate 并调整将出现的文本。我正在努力:
<tpl for=".">;
<tpl if="data1=="something"">;
'something will appear here<tpl>';
<tpl elseif="data2="somethingelse"">;
'something else </tpl>;
</tpl>
但是它不工作有什么问题?
我想使用 xtemplate 并调整将出现的文本。我正在努力:
<tpl for=".">;
<tpl if="data1=="something"">;
'something will appear here<tpl>';
<tpl elseif="data2="somethingelse"">;
'something else </tpl>;
</tpl>
但是它不工作有什么问题?