Files
eruda/test/effect.js
2016-08-13 14:57:26 +08:00

9 lines
92 B
JavaScript

setTimeout(function ()
{
test();
}, 5000);
function test()
{
console.log('haha');
}