原本想单独写这个方法function erxuanyi($oneform,$twoform,$inputname,$ipnuts,$zhengzeone,$zhengzetwo,$tishione,$tishitwo)
然后在if ($_SERVER["REQUEST_METHOD"] == "POST")内调用erxuanyi("yaohuo","yaohuothers",$yaohuothers,$yaohuo,"/^[a-eA-E]$/","/^[\x7f-\xff]*$/","只允许一个A到E的大写字母","只允许输入汉字");
为什么在前台html代码下面输出
<div class="Other" style="margin-bottom: 20px;">
<span class="yaohuo">6题:要货:</span>
<input type="text" name="yaohuo" value="" style="text-transform:uppercase;">
<span class="others">要货其他:</span>
<input type="text" name="yaohuothers" value="">
<span class="error"><?php echo $yaohuothers;?>/*为什么这里输出不出来没用啊QWQ*/</span>
不写成单独的方法直接一个个复制语句就有用 不过代码重复也太多了啊QWQ
5E