Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
例如,我有 3 个变量,我将其中的 2 个发送到 result.php
$_POST['apple']; $_POST['peach']; $_POST['kiwi'];
问:如何计算结果页面中发布的变量?
注意:我不知道我发送了多少变量
使用计数:
echo count($_POST);