Lua码农 lua-webp

设置webP自适应#centos yum -y install libwebp-devel libwebp-toolsfunction file_exists(name) --检查文件是否存在 local f = io.open(name, "r") if f ~= nil then io.close(f) return true else return false end end local t

阅读详情