Können Sie diese Codezeile nicht verstehen?
迷路时你就往前走
迷路时你就往前走 2019-07-10 08:47:51
0
1
1202

<?php

$x = 5;
$y = 6;

$foo = $x++ + $x--;
$bar = ++$y + ++$x;
$cup = $ x-- + $y--;
$paper = ++$x + $x++;
$water = $y-- + $x--;

echo $water + $paper;
?>

Bitte erläutern Sie es, danke. Ich habe 22

berechnet
迷路时你就往前走
迷路时你就往前走

Antworte allen(1)
樂成

这是我做的学习笔记,可以相互学习下
PHP中 $x++ 和 ++$x 的区别http://www.php.cn/blog/detail/13861.html

Neueste Downloads
Mehr>
Web-Effekte
Quellcode der Website
Website-Materialien
Frontend-Vorlage