函数库, 面向复杂业务场景的 js 类库
Demo:
import { getDomPageXY } from 'func-package'; // 获取dom元素在当前文档中的绝对位置const dom = getDomPageXY('#id');