13-02.template

来自「《php程序设计》的配套源码 《php程序设计》的配套源码 《php程序」· TEMPLATE 代码 · 共 12 行

TEMPLATE
12
字号
<html>
  <!-- this is thankyou.template -->
  <head>
    <title>Thank You</title>
  </head>

  <body>
    <p><font face="helvetica,arial">Thank you for filling out the form,
      {NAME}.</font></p>
  </body>
</html>

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?