【发布时间】:2014-10-17 05:54:04
【问题描述】:
我想知道如何在流星玉中关闭 if else 语句,例如:
if foo
html elements here
else
html elements here
而我想要达到的是
if foo
html elements here
else
html elements here
html elements also here but it should be outside of the else statement and indented.
【问题讨论】: