Bootstrap 如何设置打开页面10秒后 弹出模态框的效果 请列出详细代码

2025-05-10 07:12:09
推荐回答(1个)
回答1:

让页面一开始就加载:
$(function(){
$('#myModal').modal(options);
});