7

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

4

1 回答 1

11

使用 ~< 格式化指令。这将返回以 70 列为中心的“你好”。

(format nil "~70:@<~A~>" "hello there")
于 2008-10-17T19:33:35.023 回答