self_example/Spider/Chapter11_JavaScript逆向/WebAssembly案例分析和爬取实战/test.js

3 lines
86 B
JavaScript

const a = parseInt(Math.round((new Date).getTime() / 1e3).toString());
console.log(a)