国产97色在线|亚洲-欧美人妻另类制服丝袜-欧美人成国产91视频-殷素素一女战二夫|www.ycjrc.net

C# 手機號中間四位星號顯示

發布時間:2020-08-06 16:11 作者:獨孤劍 閱讀:3104

C# 手機號中間四位星號顯示
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;

namespace ConsoleApp22
{
    class Program
    {
        static void Main(string[] args)
        {
            Console.WriteLine("手機號中間四位星號顯示: {0}", HideMobile("13312341234"));
            Console.Read();
        }

        /// <summary>
        /// 隱藏手機號中間4位
        /// </summary>
        /// <param name="mobile"></param>
        /// <returns></returns>
        public static string HideMobile(string mobile)
        {
            if (mobile.Length == 11)
            {
                return mobile.Substring(0, 3) + "****" + mobile.Substring(7);
            }
            else
            {
                return mobile;
            }
        }
    }
}


微信打賞, 微信掃一掃

支付寶打賞, 支付寶掃一掃

如果文章對您有幫助,歡迎給作者打賞

作者最新文章
開發過程中解決360兼容模式瀏覽器的方法
云南象群向西南方向遷移,云南離群獨象距離象群約12公里
吉林做網站最低價格,吉林企業網站建設價格低至500元起
守象人直擊云南象群最新動向
網站影響百度蜘蛛抓取量的因素有哪些?為什么我的網站Baidu蜘蛛來的次數少?
企業名片
在線客服