JS实现提示跳转功能

layer.confirm('提示内容!', {
btn: ['肯定', '取消'] //按钮
}, function () {
跳转或者点击按钮后想要实现的功能
layer.close(index);
});io

相关文章
相关标签/搜索