获得你自己的 PHP 服务器 Result Size: 625 x 664
x
 
<!DOCTYPE html>
<html>
<body>
<?php
$x = "Hello World!";
echo substr($x, -5, 3);
?> 
</body>
</html>
orl