【发布时间】:2019-01-22 20:19:02
【问题描述】:
<pre>{`
I want to be formatted with
\
in the text
`}</pre>
如何让“\”出现在文本中?
【问题讨论】:
标签: javascript html reactjs jsx
<pre>{`
I want to be formatted with
\
in the text
`}</pre>
如何让“\”出现在文本中?
【问题讨论】:
标签: javascript html reactjs jsx
您只需添加另一个反斜杠\\
【讨论】: