您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符
 
 
 

12 行
297 B

  1. <?php if(isset($error)):?>
  2. <p class="error"><?php h($error);?></p>
  3. <?php endif;?>
  4. <?php if(isset($ret)): ?>
  5. <div style="border:2px #ccc solid;margin-bottom:5px;background-color:#eeefff">
  6. <?php hm("responseserver"); ?>
  7. <div style="margin-top:5px">
  8. <?php h($ret);?>
  9. </div>
  10. </div>
  11. <?php endif;?>