1 exe所在目录2 当前工作目录 1 exe所在目录qDebug() << QCoreApplication::applicationDirPath(); // exe所在目录,dll从此目录加载"E:/VS_MyProj/VS_QtProj/MainFrame/Debug" 2 当前工作目录qDebug() << QDir::currentPath(); // 当前工作目录"E:/VS_MyProj/VS_QtProj/MainFrame/MainFrame"