弹出框四 之toastr.js (完成提示框)

时间:2022-04-07 18:41:00

1.下载 toastr.js组件

弹出框四 之toastr.js (完成提示框)

2.

    $(function () {
toastr.success('提交数据成功');
toastr.error('Error');
toastr.warning('只能选择一行进行编辑');
toastr.info('info');
});

弹出框四 之toastr.js (完成提示框)