getStamp 获取时间戳,取得从 1970/01/01 到当前时间的毫秒数(时间戳)
import { getStamp } from 'm-utilsdk/index'; getStamp(); //结果为1489881600000
← getTimeStamp formatNumber →