linux下所有用到dlopen类似函数的程序编译

    技术2022-05-19  21

    编译时候要加入 -ldl (指定dl库)例如gcc test.c -o test -ldl


    最新回复(0)