PHP 源代码:
AI 编程工具
点击运行
<?php $txt="Hello world!"; echo $txt; ?>
xxxxxxxxxx
1
<?php
2
$txt
=
"Hello world!"
;
3
echo
$txt
;
4
?>
运行结果: