Skip to content

引入

js
import { getSecond } from "grantlibs";
或;
const { getSecond } = require("grantlibs");
获取当前秒数

使用

ts

getSecond(): string

参数

返回

string: 秒

示例

js
const second = getSecond();
// => 10