jayconscious
Results
4
comments of
jayconscious
写的很棒,不过有个小细节。 勘误: function parseText (text) { const tagRE = /\{\{((?:.|\n)+?)\}\}/g if (!tagRE(text)) { return } } => if (!tagRE.test(text)) {return}
nice
求最佳解决方案!!!
How to solve this problem?