解析注释 从JavaScript或使用相同格式的任何语言解析代码注释。 请考虑关注该项目的作者 ,并考虑为该项目以显示您的 :red_heart_selector: 和支持。 安装 使用安装: $ npm install --save parse-comments 用法 const Comments = require ( 'parse-comments' ) ; const comments = new Comments ( ) ; const ast = comments . parse ( str ) ; console . log ( ast ) ; 解析这样的评论: /**