h2 Jade的 operation
- var a = 8
- var b = 2
p #{+a+b}
p #{+a-b}
p #{+a*b}
p #{+a/b}
- var a = 8
- var b = 2
p #{+a+b}
p #{+a-b}
p #{+a*b}
p #{+a/b}
2015-12-05
$ jade index.jade -P -w --obj '{"course":jade}'
> 7| title #{course.toUpperCase()} study
undefined is not a function
at eval (eval at <anonymous> (/usr/local/lib/node_modules/jade/lib/index.js:218:8), <anonymous>:35:50)
控制台报错了
> 7| title #{course.toUpperCase()} study
undefined is not a function
at eval (eval at <anonymous> (/usr/local/lib/node_modules/jade/lib/index.js:218:8), <anonymous>:35:50)
控制台报错了
2015-11-26