local url = require"socket.url" local url_path = "http://www.example.com/cgilua/index.lua?a=2#there" local url_parsed_path = url.parse_path(url_path) --I ...
確定! 回上一頁