message实现手机端alert confirm toast提示效果代码
代码语言:html
所属分类:弹出层
代码描述:message实现手机端alert confirm toast提示效果代码
代码标签: 端 alert confirm toast 提示 效果
下面为部分代码预览,完整代码请点击下载或在bfwstudio webide中打开
<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <meta http-equiv="X-UA-Compatible" content="ie=edge"> <script type="text/javascript" src="//repo.bfw.wiki/bfwrepo/js/message.js"></script> <style> body{padding: 20px} button {padding: 5px 10px;font-size: 16px; background: #ffc107; color: #fff;border: none} </style> </head> <body> <h2>alert方法</h2> <button id="alert">点击查看</button> <div style="padding:20px;background: #efefef"> 默认调用:alert('请打开麦克风') </div> <br> <button id="alert2">点击查看</button> <div style="padding:20px;background: #efefef"> 回调函数:alert(.........完整代码请登录后点击上方下载按钮下载查看
网友评论0