test.html 232 B

12345678
  1. <!-- include 'header' -->
  2. <body>
  3. <form action="/longle/list/add" method="post">
  4. <input name="cid" type="text" value=''>
  5. <textarea name="longle" rows="" cols=""></textarea>
  6. <input type="submit" value="确认">
  7. </form>
  8. </body>