<script>
var options1 = { positionClass: 'toast-top-full-width', timeOut: 0};
toastr.error('Message1', 'Title1', options1);
var options2 = { positionClass: 'toast-bottom-right', timeOut: 5000}
toastr.success('Message2', 'Title2', options2);
</script>
成功的烤面包在5s后消失但是它没有在右下角显示