前端开发之弹出框系列教程三:Msg消息框
1、居中弹出
$k.msg({content:'居中弹出'});
查看效果
2、左上角弹出
$k.msg({
content:'左上角弹出',
style:{left:0,top:0}
});
浙公网安备 33010602011771号