当前位置: 首页 > 文档资料 > Snap.svg 英文文档 >

mina.time()

优质
小牛编辑
116浏览
2023-12-01

Returns the current time. Equivalent to:

function () {
return (new Date).getTime();
}