摘要:
function mkpath($path,$mode = 0777) { $path = str_replace("\\","_|",$path); $path = str_replace("/","_|",$path); $path = str_replace("__","_|",$path); 阅读全文
摘要:
function sendWechatmodel($openid,$data,$go_url)//接受消息的用户openid,发送的消息,点击详情跳转的url { $appid = $this->result["sites"]["appid"]; $secret = $this->result["s 阅读全文