前言关键词:[json|unicode]
<?php
error_reporting(0);
if (isset($_GET['source'])) {
show_source(__FILE__);
exit();
2021-07-17