07 2013 档案
摘要:$(function(){ var time=500; var interval; function run(){ interval=setInterval(fun,time); } function fun(){ $.ajax( { //alert(); type : 'post', dataType : 'text', url : 'mynews!query', success : functio...
阅读全文
摘要:请求https接口时注意设置 ServicePointManager.SecurityProtocol = SecurityProtocolType.Ssl3;/// /// 获取token,保存cookie /// /// /// ...
阅读全文
浙公网安备 33010602011771号