zhaojs
2023-07-25 b2c0b7efb1c7cd1c909178715ae76a4b9793cf5a
1
2
3
export var now = function () {
    return Date.now ? Date.now() : +new Date();
};