• 大小: 61KB
    文件类型: .zip
    金币: 1
    下载: 0 次
    发布日期: 2021-01-06
  • 语言: 其他
  • 标签:

资源简介

仿qq空间相册浏览,实现缩略图查看,评论加载,可自己二次开发,内付文档

资源截图

代码片段和文件信息

if (PHP_VERSION < ‘5.0.0‘){
header(“Content-type: text/html;charset=utf-8“); 
exit(‘您的PHP版本过低本系统建议使用5.0.0以上版本‘); 
}
error_reporting( 2 );

$msg = htmlspecialchars( $_POST[‘msg‘] );
$pictureid = htmlspecialchars( $_POST[‘pictureid‘] );

$JSON = array(
‘code‘ => 1
‘msg‘ => ‘发送成功!‘
‘comment‘ => array(
array(
‘avatar‘ => ‘http://0.gravatar.com/avatar/cbbe656c7bb46772f589c9b18a7c747e?s=35&d=&r=G‘
‘user‘ => ‘M.J‘
‘msg‘ => $msg


);

$result = json_encode( $JSON );
echo $result;
?>

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----
     目录           0  2015-02-13 03:09  QQPhoto-master\
     文件        1193  2015-02-13 03:09  QQPhoto-master\README.md
     文件         560  2015-02-13 03:09  QQPhoto-master\api.php
     文件         287  2015-02-13 03:09  QQPhoto-master\comment.json
     目录           0  2015-02-13 03:09  QQPhoto-master\css\
     文件        1577  2015-02-13 03:09  QQPhoto-master\css\base.css
     文件        9214  2015-02-13 03:09  QQPhoto-master\css\style.css
     文件       35331  2015-02-13 03:09  QQPhoto-master\data.json
     目录           0  2015-02-13 03:09  QQPhoto-master\images\
     文件        4646  2015-02-13 03:09  QQPhoto-master\images\arrow.png
     文件        4181  2015-02-13 03:09  QQPhoto-master\images\arrow_8.png
     文件        1093  2015-02-13 03:09  QQPhoto-master\images\lazyload.gif
     文件        2161  2015-02-13 03:09  QQPhoto-master\images\loading.gif
     文件        3432  2015-02-13 03:09  QQPhoto-master\index.html
     目录           0  2015-02-13 03:09  QQPhoto-master\js\
     文件       17792  2015-02-13 03:09  QQPhoto-master\js\QQPhoto.js
     文件       10490  2015-02-13 03:09  QQPhoto-master\js\QQPhoto.min.js
     文件       92592  2015-02-13 03:09  QQPhoto-master\js\jquery.min.js

评论

共有 条评论

相关资源