随笔分类 -  html

摘要:1 6 7 8 9 Read Result 10 16 17 18 19 20 21 ';33 }34 if(ord(substr($str,$i,1))>0xa0) { 35 $tmpstr.=substr($str,$i,2); 36... 阅读全文
posted @ 2015-12-29 17:50 inc 阅读(1288) 评论(0) 推荐(0)
摘要:1 阅读全文
posted @ 2015-12-03 15:36 inc 阅读(1634) 评论(0) 推荐(0)
摘要:官方api地址:http://wiki.connect.qq.com/%E5%87%86%E5%A4%87%E5%B7%A5%E4%BD%9C_oauth2-01.去qq互联上注册申请成为开发者,并创建一个应用获得appid,appkey2.在需要QQ登录的页面加上qq小图标,并在图标外层a标签上加... 阅读全文
posted @ 2015-12-01 09:57 inc 阅读(522) 评论(0) 推荐(0)
摘要:html结构中 file类型加上 onchange事件 ,用FileReader读取图片的data:/images,然后显示在img标签中,代码如下: 1 "> 2 3 阅读全文
posted @ 2015-11-30 11:39 inc 阅读(2619) 评论(0) 推荐(1)