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.
首先我是乳胶新手
我想问一下是否有一种方法可以让我在堆栈溢出中像这里的代码一样封装文本,非常感谢。
我在这里搜索过,但我真的不知道要寻找什么或如何问这样的问题。
我不知道您所说的文本之类的代码是什么意思。但是,如果这是您想要的,您可以使用 \verbatim 显示如下代码:
\begin{verbatim} for i in range(1, 20): print i else: print "the loop is done" \end{verbatim}