红穆-红穆笔记-第63页
html,php,ajax写的一个小说阅读器-红穆笔记

html,php,ajax写的一个小说阅读器

纯阅读版本:<?php // index.php session_start(); $uploadDir = 'books/'; $booksFile = $uploadDir . 'books.json'; // 初始化书籍存储目录 if (!file_exists($uploadDir)) mkdir($uploadD...