关闭 BootStrap 类
使用通用关闭图标来关闭模型和警报等内容。使用类关闭来获取关闭图标。
可尝试运行以下代码以实现关闭 BootStrap 类
示例
<!DOCTYPE html> <html> <head> <title>Bootstrap Example</title> <link href = "/bootstrap/css/bootstrap.min.css" rel = "stylesheet"> <script src = "/scripts/jquery.min.js"></script> <script src = "/bootstrap/js/bootstrap.min.js"></script> </head> <body> <p>Close Icon: <button type = "button" class = "close" aria-hidden = "true"> × </button> </p> </body> </html>
广告