Selaa lähdekoodia

更新 target/fastweb.lua

1585346868 1 kuukausi sitten
vanhempi
sitoutus
c635fc6412
1 muutettua tiedostoa jossa 6 lisäystä ja 1 poistoa
  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