作者热门文章
- html - 出于某种原因,IE8 对我的 Sass 文件中继承的 html5 CSS 不友好?
- JMeter 在响应断言中使用 span 标签的问题
- html - 在 :hover and :active? 上具有不同效果的 CSS 动画
- html - 相对于居中的 html 内容固定的 CSS 重复背景?
我看到您可以使用内容选项,但我现在不太确定如何去做,我有类似的东西:
swal({title: 'hello', text: 'hello ${<strong>{name}</strong>}', icon: 'success' })
最佳答案
或者,您可以使用 SweetAlert2 - 原始 SweetAlert 的支持分支:
Swal.fire({
html: 'Overengineering is <strong>a bad thing</strong>'
})
<script src="https://cdn.jsdelivr.net/npm/sweetalert2@11"></script>
附言。请注意 SweetAlert2 与 SweetAlert 略有不同,请查看简单迁移指南:https://github.com/sweetalert2/sweetalert2/wiki/Migration-from-SweetAlert-to-SweetAlert2
关于javascript - 如何在 2018 年使用 sweetalert 将文本加粗?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/48872448/
我是一名优秀的程序员,十分优秀!