jayconscious

Results 4 comments of jayconscious

写的很棒,不过有个小细节。 勘误: function parseText (text) { const tagRE = /\{\{((?:.|\n)+?)\}\}/g if (!tagRE(text)) { return } } => if (!tagRE.test(text)) {return}

求最佳解决方案!!!