【发布时间】:2015-07-15 04:01:35
【问题描述】:
有没有办法在通过 UI 输入文本时添加新行?
我目前有类似的东西
mainPanel(
h3("This is my app!\n\n"),
h4("Download your data using the choose file button\n\n"),
h4("Thank you for using the app!")
)
但新行似乎不起作用。
【问题讨论】:
-
你可以试试
br()