jade mixin错误
mixin study(name, courses)
p #{name} study
ul.courses
each course in courses
li= course
+study("jade",["jade","node"])
这段为什么会报Cannot read property 'length' of undefined的错误
mixin study(name, courses)
p #{name} study
ul.courses
each course in courses
li= course
+study("jade",["jade","node"])
这段为什么会报Cannot read property 'length' of undefined的错误
2015-12-01
举报