c++
C#
外观
39字小于1分钟
2025-09-09
示例
//选择文件格式 openPicker.FileTypeFilter.Add(".xlsx"); //所有文件 openPicker.FileTypeFilter.Add("*"); 不能 *.xlsx *.txt 这样