天天看點

[Java 基礎]-- easyui彈出提示框

$.messager.show({
               title: '提示資訊',
             //  msg: '<a target="ifMain" href="../../SJ/ThingsReceive/ThingsReceiveList">您有待辦事項</a>',
               msg: '本活動本月剩餘查詢門店數:【'+lastmd+'】家',
               timeout: 3000,
               showType: 'slide',
style:{
                top:100,
                left:100,
}
           });