随笔分类 -  New Knowledge

摘要:1.CSS特殊属性,取消点击事件: pointer-events:none2.PHP数组 反转函数:array_flip()3.使用echo的多重参数(译注:指用逗号而不是句点)代替字符串连接。eg:$test = " hello ";echo $test , "fanwenqi"," is a "... 阅读全文
posted @ 2014-04-04 14:58 justphp 阅读(187) 评论(0) 推荐(0)