11 2023 档案
摘要:修改项目的csproj文件 <PropertyGroup> <OutputType>WinExe</OutputType> <TargetFramework>net6.0-windows</TargetFramework> <Nullable>enable</Nullable> <UseWPF>tr
阅读全文
摘要:1 public static class StandardSubdivisionConvertor 2 { 3 /// <summary> 4 /// 通过图幅号获取四角经纬度坐标 5 /// </summary> 6 /// <param name="subdivCode"></param> 7
阅读全文