function AlertTips(msg,time){
$("#alertmsg").html(msg); $("#msgbox").show(); setTimeout("$('#msgbox').hide()", time);}本文共 171 字,大约阅读时间需要 1 分钟。
function AlertTips(msg,time){
$("#alertmsg").html(msg); $("#msgbox").show(); setTimeout("$('#msgbox').hide()", time);}转载于:https://my.oschina.net/guomingliang/blog/341114