var tokens = marked.lexer('text');//把text解析为一个marked.js的内部对象 console.log(marked.parser(tokens));//又把这个对象转化为html字符串。
確定! 回上一頁