文件准备 example.php 文件
<?php
$str = addslashes($_GET['option']);
$file = file_get_contents('example_test.php');
$file =
2017-02-28