func-package

函数库, 面向复杂业务场景的 js 类库

getDomText

Demo:

import { getDomText } from 'func-package';
// 获取文本内容
const dom = getDomText('#id');