摘要: function aa(i){ alert(i); } function aaaa(i,j,k){ alert(i+j+k); } setTimeout(aa,1000,1); setTimeout(aaaa,500,1,2,3); 阅读全文
posted @ 2018-08-14 15:49 sharestone 阅读(108) 评论(0) 推荐(0) 编辑
摘要: 前台代码: function StopDevice(key) { $.ajax({ type: "Post", url: dcmApi + "/dcm/StopDevice",//data:{key:key},data: JSON.stringify({ "key": key }), //这里需要转 阅读全文
posted @ 2018-08-14 15:48 sharestone 阅读(307) 评论(0) 推荐(0) 编辑