【问题标题】:centering text in common lisp在 common lisp 中居中文本
【发布时间】:2010-09-17 19:57:32
【问题描述】:

我有一个要打印的字符串。打印时可以居中吗?

【问题讨论】:

    标签: lisp printing common-lisp center


    【解决方案1】:

    使用 ~

    (format nil "~70:@<~A~>" "hello there")
    

    【讨论】:

    猜你喜欢
    • 2012-02-24
    • 1970-01-01
    • 2020-03-12
    • 1970-01-01
    • 1970-01-01
    • 2020-08-16
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    相关资源
    最近更新 更多