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.
如何在段落前输入 TAB 字符。如果我在使用单元格函数打印一些具有两个或三个段落的文本时输入了一些空格而不是 TAB,则每个段落的段落前的空格宽度都不相同,我需要它。
我将页面的单位设置为毫米,所以我使用 css 样式并添加“text-indent:12.7mm;” 这使得第一行缩进 0.5" 的正确距离。
你写\t。
它必须在这样的双引号内:“Some text \t some other text”