NINE的博客。 记录与分享计算机技术。
GetSystemTime = ::Kernel32.api("GetSystemTime","void(struct& lpSystemTime)")var tm = GetSystemTime( time() )..io.open()..io.print( ( tonumber(tm) * 1000 ) + tm.milliseconds )