msg.php 111 B

12345678
  1. <?php
  2. require './common.php';
  3. $view->assign('title', '留言');
  4. // 输出解析结果
  5. $view->display('msg');