App下载

demo_var1 在线工具

demo_var1 在线工具

<?php
$x=10;
$y=6;
$z=$x+$y;
echo $z;
?>
运行结果