local country, province, city = waf.ip2loc(waf.ip) if country ~= "" then return true, "限制外网访问", true end return false 7.0中怎么写