03 2019 档案
代码雨 html实现
摘要:<!DOCTYPE html> <html> <head> <meta charset="utf-8"> <title>王小卓雅月中愁</title> <style type="text/css"> html,body{width: 100%;height: 850px;} body{ backgr
阅读全文
chat.php
摘要:<!DOCTYPE html><html> <meta charset="UTF-8"> <title>web chat</title> <link href="static/chat.css" rel='stylesheet' type='text/css' /> <script src="sta
阅读全文
chat.css
摘要:*, *:before, *:after { box-sizing: border-box;}body, html { height: 100%; overflow: hidden;}body, ul { margin: 0; padding: 0;}body { color: #4d4d4d; f
阅读全文
qrcode.php
摘要:<!doctype html><html><head> <meta charset="UTF-8"/> <meta name="description" content="WEB,微信机器人" /> <meta name="keywords" content="微信机器人" /> <title>WE
阅读全文
qrcode.php
摘要:<!doctype html><html><head> <meta charset="UTF-8"/> <meta name="description" content="WEB,微信机器人" /> <meta name="keywords" content="微信机器人" /> <title>WE
阅读全文
wechat.php
摘要:<?php/***Author @zhongbo * 步骤说明* 1,微信服务器返回一个会话ID* 2.通过会话ID获得二维码* 3.轮询手机端是否已经扫描二维码并确认在Web端登录* 4.访问登录地址,获得uin和sid* 5.初使化微信信息* 6.获得所有的好友列表* 7.保持与服务器的信息同步
阅读全文
微信机器人 index
摘要:<?phprequire_once ('src/wechat.php');$wechat = new wechat();$act = isset($_GET['act'])?$_GET['act']:'index';session_start();/*$res = $wechat->getLogin
阅读全文
浙公网安备 33010602011771号