發布時間:2024-01-23閱讀(8)
using System;using System.Collections.Generic;using System.Linq;using System.Text;using System.Threading.Tasks;using ToolGood.Words;namespace PinYinXiangGuan{ class Program { static void Main(string[] args) { while (true) { var name = Console.ReadLine(); if (string.IsNullOrEmpty(name)) { break; } //獲取漢字的首字母 Console.WriteLine(WordsHelper.GetFirstPinYin(name)); } } }}

Copyright ? 2024 有趣生活 All Rights Reserve吉ICP備19000289號-5 TXT地圖HTML地圖XML地圖