运行 ❯
获取您
自己的PHP
服务器
×
更改方向
更改主题,深色/浅色
前往Spaces
<!DOCTYPE html> <html> <body> <?php echo strlen("Hello world!"); ?> <p><b>Note:</b> Whitespaces and exclamation marks are also a part of the string ("HelloWorld" would return 10).</p> </body> </html>
12
注意:
空格和感叹号也是字符串的一部分("HelloWorld" 将返回 10)。