<?php require_once 'global.php'; $uid = $_REQUEST['uid']; if (!$uid) { die('用户不存在'); } require_once ROOT_PATH . 'mode/member_mode.php'; require ROOT_PATH . 'lib/class/material.class.php'; $member_mode = new member_mode(); $objMaterial = new material(); $member_info = $member_mode->detail('', " AND uid ='" . $uid . "'"); $photo = $objMaterial->get_user_img($uid); ?> <!DOCTYPE html> <html> <head> <meta charset="utf-8" /> <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0" /> <meta content="yes" name="apple-mobile-web-app-capable" /> <meta content="yes" name="apple-touch-fullscreen" /> <meta content="telephone=no" name="format-detection" /> <meta content="black" name="apple-mobile-web-app-status-bar-style" /> <link rel="stylesheet" href="css/reset.css" type="text/css" /> <link rel="stylesheet" href="css/common.css" type="text/css" /> <link rel="stylesheet" href="css/awaken.css" type="text/css" /> <script> document.write('<script src="js/' + ('__proto__' in {} ? 'zepto.min' : 'jquery.min') + '.js"><\/script>') </script>