post过来的HTML输出
表单组件
HTML输出
foreach ($_POST as $name => $value) { ?>
} ?>
post过来的源文件
表单组件
Source输出
foreach ($_POST as $name => $value) { ?>
} ?>