# 确认框 **Repository Path**: island_tears/confirmation_box ## Basic Information - **Project Name**: 确认框 - **Description**: 一个非常简单的确认框,有遮罩层,有屏蔽滚动条功能。 - **Primary Language**: JavaScript - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 0 - **Created**: 2019-12-14 - **Last Updated**: 2024-06-13 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 确认框 #### 介绍 一个非常简单的确认框,有遮罩层,有屏蔽滚动条功能。 #### 使用说明 1. 引入 confirm.js 和 confirm.css 文件。 2. 使用前先实例化 confirm 对象。 3. 在需要弹出确认框的时候,执行 confirm 实例的 show() 方法。 4. show() 方法的参数为一个对象,该对象有两个属性,message 属性为确认框的提示信息,yes 属性为点击确认框确认按钮后执行的回调函数。