in
in
in
winter
PHP code:
Copy code
The code is as follows:
$details = array (
'spring' =>
'summer' => "The crystal curtain moved in the breeze, and the roses filled the courtyard with fragrance
",
'fall' => "
The autumn leaves of Jinjing sycamore are yellow, and the bead curtains are not rolled up by the frost at night
",
'winter' => "
The plum blossoms are as white as the snow, but the snow is less fragrant than the plum blossoms
"
);
echo $details[$_REQUEST['LiName']];
?>
原生ajax:
JQ ajax:
Statement:The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn