公众号后台的api接口
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

16 lines
272 B

1 year ago
  1. <!DOCTYPE html>
  2. <html>
  3. <head lang="en">
  4. <title>Spring Boot FreeMarker</title>
  5. </head>
  6. <body>
  7. Freemarker HTML <br><br>
  8. Sessionid: ${sessionid!}<br><br>
  9. <font>
  10. <#list userList as item>
  11. ${item!}<br />
  12. </#list>
  13. </font>
  14. </body>
  15. </html>