PHP中echo,print,print

xiaoxiao2022-06-11  28

echo : 输出一个或多个字符串

print : 输出简单变量的值,如int,string类型变量的值

print_r : 输出比较复杂类型的值,如数组,对象

转载请注明原文地址: https://www.6miu.com/read-4931876.html

最新回复(0)