我直接在玉器中通过对象和数组填充一些mixins。
Jade-Syntax(显然)极其严格,因此编辑和放入内容时对象非常混乱。
无论如何都可以从中得到:
-var data = [["content", "more content"],["another sub-array", "this is a pain to edit"],["especially if the strings get longer", "yep"]]
对此?
-var data = [
["Data", "more Data"],
["...", "you get the idea"]
]
答案 0 :(得分:0)
好的,终于找到了解决方案:
-
var data = [
["Data", "more Data"],
["...", "you get the idea"]
]
诀窍。