模板解析语法 defaults.parser = function (code, options) { // var match = code.match(/([\w\$]*)(\b.*)/); // var key = match[1]; // var args = match[2]; // var split = args.split(' '); // split.shift(); code = code.replace(/^\s/, ''); var split = code.split(…