gpt4 book ai didi

javascript - 如何在 2018 年使用 sweetalert 将文本加粗?

转载 作者:行者123 更新时间:2023-11-30 07:31:57 25 4
gpt4 key购买 nike

我看到您可以使用内容选项,但我现在不太确定如何去做,我有类似的东西:

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/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com