使用 Python 在 Facebook Messenger 中换行
Line Break in Facebook Messenger using Python
我正在使用 python,我正在尝试在 Facebook Messenger 中换行。从之前对这个问题的回答中,我看到
text = “text string <center></center> new line”
应该可以。它不适合我。我有什么解决办法吗?
\n
适用于移动设备和网络。 \r
也可以,但似乎是一个错误,它在网络上不起作用。
我正在使用 python,我正在尝试在 Facebook Messenger 中换行。从之前对这个问题的回答中,我看到
text = “text string <center></center> new line”
应该可以。它不适合我。我有什么解决办法吗?
\n
适用于移动设备和网络。 \r
也可以,但似乎是一个错误,它在网络上不起作用。