📜  tostr 错误 - 任何代码示例

📅  最后修改于: 2022-03-11 14:59:40.409000             🧑  作者: Mango

代码示例1
// for success - green box
toastr.success('Success messages');

// for errors - red box
toastr.error('errors messages');

// for warning - orange box
toastr.warning('warning messages');

// for info - blue box
toastr.info('info messages');