<input type="button"  value="<?php echo $bnlanglog_operate_log;?>" class=<?php echo $s1; ?>
这句话是什么意思呢?
<input type="hidden" name="pagese" value="<?php echo $pagese?>">
还有这句话,  <form name="statisticform" method="post" action="">
<input type="hidden" name="pagese" value="<?php echo $pagese?>">
<input type="hidden" name="search_stastical" value="<?php echo $_REQUEST['search_stastical']?>">
<input type="hidden" name="cmd" value="<?php echo $_REQUEST['cmd']?>">
<input type="hidden" name="log_config" value="<?php echo $_REQUEST['log_config']?>">
</form>
为什么用input 前面有加from,  class  是什么意思?谢谢大家