B窗体是在A窗体中通过按钮生成的: if not assigned(b) then b := tb.create(application); b.show; 这样可以在a中打开b。 但是在b中使用同样的方法则不行,我试过show,brinttofront等都不行。