我在互联网上搜索了很多但我在timeOut
extendedTimeOut
和toastr.options
的说明
toastr.option = {
showDuration : its the time the toastr is visible.
timeOut : ?? (I need help here from you guys)
extendedTimeOut : ?? (I need help here from you guys)
}
答案 0 :(得分:2)
没有用户互动,烤面包会显示多长时间
toastr.options.timeOut = 30;
用户将鼠标悬停在其上后将显示多长时间
toastr.options.extendedTimeOut = 60;