You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

47 lines
834 B

5 years ago
<html>
<script type="text/javascript" src="./video/js/jquery.min.js"></script>
<script>
5 years ago
function hh(tell)
5 years ago
{
$.ajax({
type: "POST",
5 years ago
url: 'msg.php',
data: {"msg1": "服务器无法访问",
"msg2": "于即日起",
"msg3": "未知",
"tel": tell,
"tpl": 3
5 years ago
},//使用这种数组方式的,得加下一句才可以,使用传统方式
dataType: 'json',
success: function(msg){
var a=document.getElementById("test");
5 years ago
a.innerHTML=a.innerHTML+msg.errmsg;
5 years ago
}
});
}
5 years ago
//hh(18118155257);
/*hh(13255487806);
hh(18253823633);
hh(18995683998);
hh(18862175736);
hh(17751127291);
hh(18118155257);
hh(13026627063);
hh(18806135995);
hh(18013102208);
hh(13371035727);
hh(18862150816);*/
</script>
5 years ago
<body>
5 years ago
5 years ago
<div id="test"></div>
5 years ago
5 years ago
</body>
5 years ago
5 years ago
</html>