1、print_r可打印数组
<?php
echo ‘<p class="ajax">This paragraph was loaded with AJAX.</p>‘,
‘<pre>GET variables: ‘, print_r($_GET, TRUE), ‘</pre>‘,
‘<pre>POST variables: ‘, print_r($_POST, TRUE), ‘</pre>‘;
时间: 2024-10-11 10:31:52
<?php
echo ‘<p class="ajax">This paragraph was loaded with AJAX.</p>‘,
‘<pre>GET variables: ‘, print_r($_GET, TRUE), ‘</pre>‘,
‘<pre>POST variables: ‘, print_r($_POST, TRUE), ‘</pre>‘;