03 2014 档案

摘要:1.首先是js文件(area.js): 1 function Dsy() 2 { 3 this.Items = {}; 4 } 5 Dsy.prototype.add = function(id,iArray) 6 { 7 this.Items[id] = iArray; 8 } ... 阅读全文
posted @ 2014-03-24 11:27 嘎子哥~ 阅读(757) 评论(0) 推荐(0)
摘要:1 responseMsg(); 9 }else{ 10 $wechatObj->valid(); 11 } 12 13 class wechatCallbackapiTest 14 { 15 public function valid() 16 { 17 $echoSt... 阅读全文
posted @ 2014-03-19 23:02 嘎子哥~ 阅读(3411) 评论(0) 推荐(0)