toastr通知插件的使用
Posted wxgc-yang
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了toastr通知插件的使用相关的知识,希望对你有一定的参考价值。
/显示一个警告,没有标题 toastr.warning(‘My name is Inigo Montoya. You killed my father, prepare to die!‘)
显示一个成功,标题 toastr.success(
‘Have fun storming the castle!‘
,
‘Miracle Max Says‘
)
/显示错误标题 toastr.error(‘I do not think that word means what you think it means.‘, ‘Inconceivable!‘)
清除当前的列表 toastr.clear()
以上是关于toastr通知插件的使用的主要内容,如果未能解决你的问题,请参考以下文章