A. h = Helloh.showInfo() B. h = Hello()h.showInfo('张三') C. h = Hello('admin')h.showInfo D. h = Hello('张三')h.showInfo()