PHP 数据格式化输出 2019-01-29 本文已影响0人 会长__ function console($data) { echo "<pre>";print_r($data);echo "<pre>"; }