add(component comp) 把指定组件添加到该容器的尾部
add(String name,Component Comp) 把指定组件添加到此容器中
这两个方法有什么区别,添加到组建的尾部和添加到此容器中具体什么意思啊