模仿手机发送短信
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <title>隐藏显示</title> <style> .header{ width:302px; height:40px; background:green; font-size:20px; margin-bottom: 0px; } .content{ width:300px; border:1px solid #333; background:#CCC; display: none; margin-top:0px; } .aa{ height: 200px; width: 200px; border:1px solid #ccc; } </style> </head> <script type="text/javascript" src="js/jquery-1.12.1.js"></script> <script type="text/javascript"> // $(function (){ //