国产探花免费观看_亚洲丰满少妇自慰呻吟_97日韩有码在线_资源在线日韩欧美_一区二区精品毛片,辰东完美世界有声小说,欢乐颂第一季,yy玄幻小说排行榜完本

首頁(yè) > 學(xué)院 > 開(kāi)發(fā)設(shè)計(jì) > 正文

.net獲取本機(jī)公網(wǎng)IP代碼

2019-11-14 13:37:54
字體:
來(lái)源:轉(zhuǎn)載
供稿:網(wǎng)友
using System;using System.Net;using System.Text.RegularExPRessions;namespace Keleyi.Com{    public class GetInternetip    {        public static string GetIP()        {            using (var webClient = new WebClient())            {                try                {                    var temp = webClient.DownloadString("http://iframe.ip138.com/ic.asp");                    var ip = Regex.Match(temp, @"/[(?<ip>/d+/./d+/./d+/./d+)]").Groups["ip"].Value;                    return !string.IsNullOrEmpty(ip) ? ip : null;                }                catch (Exception ex)                {                    return ex.Message;                }            }        }    }}

  


發(fā)表評(píng)論 共有條評(píng)論
用戶名: 密碼:
驗(yàn)證碼: 匿名發(fā)表
主站蜘蛛池模板: 吉林省| 台南县| 志丹县| 永泰县| 资源县| 定日县| 治县。| 邮箱| 平舆县| 宜阳县| 临夏县| 醴陵市| 泰和县| 万源市| 镇康县| 元谋县| 尖扎县| 双柏县| 宁海县| 会东县| 德格县| 千阳县| 屏南县| 容城县| 惠州市| 凉城县| 罗平县| 高密市| 洛南县| 马公市| 罗甸县| 湘潭市| 通化市| 五河县| 辉县市| 林西县| 屏南县| 平舆县| 汕头市| 和政县| 峨眉山市|