node获取国家,语言,ip

mac2025-06-06  11

const cfIpcountry = req.headers['cf-ipcountry'] || '' const AcceptLanguage = context.req.headers['accept-language'] || '' const ip = req.headers['x-real-ip'] || req.headers['x-forwarded-for'] || req.socket.remoteAddress || ''
最新回复(0)