11 2019 档案

摘要:$.ajax({ type: 'POST', url: "url", data: { appName: appName, op: appStatus }, dataType: "JSON", success:function(res) { console.log(res); $("#status"+ 阅读全文
posted @ 2019-11-07 09:36 执笔coding 阅读(123) 评论(0) 推荐(0)
摘要:window.onload = function(){ var i = 600; var timer = setInterval(function(){ if(i== -1){ window.location.href="/test/order/result"; clearInterval(time 阅读全文
posted @ 2019-11-07 09:28 执笔coding 阅读(116) 评论(0) 推荐(0)
摘要:<!DOCTYPE html> <head> <meta charset="utf-8"> <title>xxxxxxx</title> <meta name="renderer" content="webkit"> <meta http-equiv="X-UA-Compatible" conten 阅读全文
posted @ 2019-11-05 16:56 执笔coding 阅读(2647) 评论(0) 推荐(0)