c# 获取windows mobile文件路径

    技术2022-05-19  23

    string path = System.IO.Path.GetDirectoryName(System.Reflection.Assembly.GetExecutingAssembly().GetName().CodeBase);  


    最新回复(0)