111,093
社区成员




[DllImport("Kernel32")]
public static extern int GetLogicalDriveStrings(int nBufferLength, string lpBuffer);
string str = "";
MessageBox.Show(GetLogicalDriveStrings(125, str).ToString());
MessageBox.Show(str);