PHPコードを実行中...

PHP おみくじ結果

<?php $result = 1 / 3; if ($result < 1) { return "凶"; } return "吉";

まずは結果を予想してみよう!

👆 PHPコードを実行して運勢を見る