运行结果尺寸: 625 x 591
x
 
<!DOCTYPE html>
<html>
<body>
<?php
echo ucwords("hello|world", "|");
?> 
  
</body>
</html>
Hello|World