定义时间类Time类指针 Time *pt;定义t1为Time类对象;如何把指针pt指向t1? A、pt = &t1;; B、pt = t1;; C、pt = *t1;; D、pt = &&t1; 发布时间:2025-05-15 20:34:53