foo = do putStr "hi there" x <- getLine print x上面程序的类型是 A、IO; B、IO (); C、IO String; D、String 发布时间:2025-06-29 22:39:39