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.
如何在 eztable 单元格文本中添加新行?我尝试将 \n 更改为 \n\r 但它不起作用。
也许原始的 ezpdf eztable 有效,因为可能有人对此进行了修改。
谢谢。
也许您在为文本设置新行时使用单引号 (')。使用 \n 时,您应该尝试用双引号 (") 替换单引号 (')。它对我有用。