函数库, 面向复杂业务场景的 js 类库
Demo:
import { getDomText } from 'func-package'; // 获取文本内容const dom = getDomText('#id');