这个插件不错
toastr.success('Have fun storming the castle!')
clear_toastr(1600);
// 动态设置消息提示时间
function clear_toastr(time){
setTimeout(
function(){
toastr.clear();
}, time);
}
回复
Uncaught TypeError: Cannot read property 'extend' of undefined,请问一下,报这种错误是因为什么?