yanfei 发表于 2017-3-3 11:20:03

php的echo

echo 'hello' . 'php';
echo 'hello' , 'php';


把句号换成逗号会节省echo的时间。
页: [1]
查看完整版本: php的echo