echo(),print(),print_r()之间的区别? echo是PHP语句,print和print_r是函数,语句没有返回值,函数可以有返回值(即便没有用) print只能打印出简单类型变 PHP编程 2022-04-11 98 点赞 1 评论 148 浏览