函数库, 面向复杂业务场景的 js 类库
Demo:
import { getDomScreenXY } from 'func-package'; // 获取dom元素相对于screen绝对位置const dom = getDomScreenXY('#id');