动态库 & 静态库

静态库

  • 常用文件扩展名

    • *.a

  • 程序编译时链接

  • 运行时不再需要

动态库

  • 常用文件扩展名

    • *.so

  • 编译时不被链接到代码中

  • 运行时需要

最后更新于

这有帮助吗?