<!doctype html> <html> <head> <meta charset="utf-8"> <title>求师问学</title> <!--for-mobile-app--> <meta content="yes" name="apple-mobile-web-app-capable"> <meta content="yes" name="apple-touch-fullscreen"> <meta content="black" name="apple-mobile-web-app-status-bar-style"> <meta content="telephone=no,email=no" name="format-detection"> <meta name="viewport" content="initial-scale=1, maximum-scale=1, minimum-scale=1, user-scalable=no"> <!--common--> <script src="../jquery-1.8.3.min.js"></script> </head> <body class="bg-white"> <link href="AlerStatus.css" rel="stylesheet"/> <script src="AlerStatus.js"></script> <script> $.AlerStatus({ status:'loading', //状态 msg:'保存成功!', //文字0 duration:null }) </script> </body> </html>