摘要:
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
阅读(128)
评论(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
阅读(325)
评论(0)
推荐(0)
浙公网安备 33010602011771号