Jquery 对话框,添加新的样式文本行

发布于 2024-11-02 11:36:54 字数 256 浏览 0 评论 0原文

我正在尝试创建一个客户支持对话框。我希望对话框有两行文本和一个标题。第一行是错误消息,第二行是粗体客户服务号码。这可能很难想象,所以我添加了一个用绘画制作的对话框来帮助解决: 在此处输入图像描述

我尝试制作一个新行语句(string Error =“您有一个错误... number \n 客户支持...)看看我是否可以分隔文本,但这不起作用有什么建议吗?

I am trying to create a customer support dialog. I want the dialog to have two lines of text, and a title. The first line will be an error message, and the second will be a bold customer service number. This may be hard to picture so I added a dialog I made in paint to help out:
enter image description here

I tried making a new line statement (string Error = "You have an error... number \n Customer Support...) to see if I could separate the text but that did not work. Any suggestions?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

小忆控 2024-11-09 11:36:54

为什么\n?您应该使用

"You have an error... number <br /> Customer Support: ..."

Why \n? You should use <br />.

"You have an error... number <br /> Customer Support: ..."
~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文