-5

As per the title, is there a quicker way to display something in PHP without using echo, so for example is you are using GET[1] taking code from a parsed parameter "1" and displaying it to the screen.

4

1 回答 1

1

echo如下所示的速记语句:

<?=$_GET[1]?>

尽管您必须打开此功能。

短开标签

于 2013-01-05T17:02:20.187 回答