摘要:
1 //----------------------------------start公共变量------------------------------- 2 var postType = "POST"; 3 var getType = "GET"; 4 var jsonType = "json"; 5 var xmlType = "xml"; 6 var commonType = "application/json; charset=utf-8"; 7 var action; // 例如:a 阅读全文