getStandardCoordinate
获取鼠标的标准化坐标点(Gets the standardized coordinate points of the mouse)
// 导入方法(Import method)
import {utils} from 'easy-util-tools'
let coordinate = utils.getStandardCoordinate(eve, el);
Last updated
获取鼠标的标准化坐标点(Gets the standardized coordinate points of the mouse)
// 导入方法(Import method)
import {utils} from 'easy-util-tools'
let coordinate = utils.getStandardCoordinate(eve, el);
Last updated