
blog
phplamp527
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
微博
在工作中常常会碰到关于微博的问题,但是在很多情况下我们并不需要用户的数据也不需要用户一定转发该微博,那么有以下方法: //新浪 function sina(){ var url=encodeURIComponent(document.location.href); var conten=encodeURIComponent("content"); window.o原创 2012-02-16 17:00:44 · 543 阅读 · 0 评论 -
LUA脚本
local intCid = ngx.var.arg_cid; local intPid = ngx.var.arg_pid; local strAttrKey = ngx.var.arg_key; -- 接受变量 local json = require("cjson"); local result = {REV = false, DATA = {}, ERROR = {NO = 0, MSG原创 2013-12-06 17:52:40 · 732 阅读 · 0 评论