1
NemoAlex 2013-03-27 22:44:20 +08:00 via iPad 1
if error !== undefined
|
3
chshouyu 2013-03-27 22:50:06 +08:00
还是用ejs吧
|
4
andy12530 OP @chshouyu express内置默认jade,我就想试试呗。。。。貌似自己一直对模版很白痴,觉得模版用起来很不方便(第一次写的人可能会觉得很快),后期调试很麻烦。而且jade把html的兼容性全部给干掉了,一个字符都不能错。
|
5
NemoAlex 2013-03-27 22:54:12 +08:00 via iPad
if typeof error !== 'undefined'
我脑残了,Sorry |
6
duhastmich 2013-03-28 12:39:11 +08:00
@NemoAlex if locals.error
|