Linux下查看静态跟动态链接库的方法

Linux下查看静态和动态链接库的方法
                Linux下动态库查看方法:nm -D libxxxx.so

               Linux下静态库查看方法:ar -t libaxxxx.a