孤独的猫

  博客园 :: 首页 :: 博问 :: 闪存 :: 新随笔 :: 联系 :: 订阅 订阅 :: 管理 ::

var

    s:string;

begin

    AllocConsole;

    try

        Write('Type here your words and press Enter');

        Readln(s);

        ShowMessage(Format('You typed: "%s"',[s]));

    finally

        FreeConsole;

    end;

end;

posted on 2008-09-12 21:07  孤独的猫  阅读(167)  评论(0编辑  收藏  举报