摘要: echo "<!DOCTYPE html><html>head><meta http-equiv=\"Content-Type\" content=\"text/html; charset=UTF-8\"></head><script language=\"javascript\">"; echo 阅读全文
posted @ 2017-03-23 11:15 小白3 阅读(53) 评论(0) 推荐(0) 编辑
摘要: private function remove_array($arry){ $result = array(); foreach($arry as $k => $v){ $has = false; foreach($result as $val){ if($val['id'] == $v['id'] 阅读全文
posted @ 2017-03-23 10:54 小白3 阅读(428) 评论(0) 推荐(0) 编辑
摘要: $agent = strtolower($_SERVER['HTTP_USER_AGENT']); if(strpos($agent, 'android')){} 阅读全文
posted @ 2017-03-23 10:31 小白3 阅读(91) 评论(0) 推荐(0) 编辑
该文被密码保护。 阅读全文
posted @ 2017-03-23 10:13 小白3 阅读(1) 评论(0) 推荐(0) 编辑