Explorar el Código

更新 target/fastweb.lua

1585346868 hace 1 mes
padre
commit
c635fc6412
Se han modificado 1 ficheros con 6 adiciones y 1 borrados
  1. 6 1
      target/fastweb.lua

+ 6 - 1
target/fastweb.lua

@@ -102,5 +102,10 @@ end
 function fastweb.toint(obj)
     return fw_toint(obj)
 end
-
+--[[
+    文件最后修改时间
+]]
+function fastweb.file_last_modified_time(filepath)
+    return file_last_modify_time(filepath)
+end
 return fastweb