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

10 行
176 B

2 年前
2 年前
  1. <!DOCTYPE html>
  2. <html>
  3. <head></head>
  4. <body>
  5. <div> <%= count %> </div>
  6. <form method="POST" action=<%= "/"+name %>>
  7. <input type="submit" value="Go">
  8. </form>
  9. </body>
  10. </html>