This module implements a global MIME registry. require "mime" MIME.from_extension(".html") # => "text/html" MIME.from_filename("path/file.html") ...
確定! 回上一頁