得水小筑

PHP学习笔记 — PHP中的注释

举个栗子

<?php
// 这是 PHP 单行注释

/*
这是 
PHP 多行
注释
*/
echo "Hello World!";
?>

当前页面是本站的「Google AMP」版。查看和发表评论请点击:完整版 »