发布时间:2024-01-23阅读(6)
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)); } } }}
欢迎分享转载→http://www.youqulife.com/read-99511.html
Copyright © 2024 有趣生活 All Rights Reserve吉ICP备19000289号-5 TXT地图HTML地图XML地图