h1{font:16pt arial,sans-serif} p{font:12pt arial,sans-se">
输入banner图图片脚本导航/分类

php生成word的例子

  1. //生成word
  2. header("Content-Type: application/msword");
  3. header("Content-Disposition: attachment; filename=\"file.doc\"");
  4. ?>
  5. <?php echo(rand());?>