Loading...
PHP 支持 C,C++ 和 Unix Shell 风格(Perl 风格)的注释。例如:<?php echo "This is a test"; // This is a one-line c++ style comment /* This is a multi line comment yet another line of comment */ ...