1.dumpbin /exports dll1.dll
查看dll的导出函数信息
2.dumpbin /imports dlltest.exe
查看可执行程序的输入信息,以及其加载的dll 信息(需要用到dll中的哪些函数)