示例#1
0
    public static void Main()
    {
        Abbreviation obj = new Abbreviation();

        obj.Readdata();
        obj.Abbre();
    }