--- title: Echo and Print localeTitle: 回声和打印 --- ## 回声和打印 echo和print函数提供了一种将变量或参数的值写出到屏幕的方法。 ### 回声 `echo()`函数将变量或参数的值写出到屏幕。 ```PHP ``` ### 打印 `print()`函数输出屏幕变量或参数的值。 ```PHP