摘要: 如何按汉字的拼音排序建筑物名称呢?这个问题是我在项目的实际开发中遇到的,下面是我解决的办法:在网上搜索了下(1)获取建筑物名称的每个汉字的拼音首个字母,代码如下:using System;using System.Net;using System.Windows;using System.Windows.Controls;using System.Windows.Documents;using System.Windows.Ink;using System.Windows.Input;using System.Windows.Media;using System.Windows.Media.A 阅读全文
posted @ 2011-04-20 17:01 焦涛 阅读(11902) 评论(4) 推荐(1)