Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我有一个要打印的字符串。打印时可以居中吗?
使用 ~< 格式化指令。这将返回以 70 列为中心的“你好”。
(format nil "~70:@<~A~>" "hello there")