gvTopicVar.jsp
上传用户:u_thks
上传日期:2022-07-31
资源大小:1910k
文件大小:1k
源码类别:

WEB源码(ASP,PHP,...)

开发平台:

Java

  1. <%@ page language="java" contentType="text/html;charset=UTF-8" %><%
  2. int topicID = 0;
  3. int topicReID = 0;
  4. int topicOrder = 0;
  5. short topicLayer = 0;
  6. int topicTree = 0;
  7. String topic = "";
  8. String userName = "";
  9. int moveCCID = 0;
  10. String topicList = "";
  11. short topicMood = 0;
  12. short topicPro = 0;
  13. short topicType = 0;
  14. double topicTypeNum = 0;
  15. String topicAddTime = "";
  16. String topicAddip = "";
  17. String topicLastReUser = "";
  18. String topicLastReTime ="";
  19. int topicViewCount = 0;
  20. int topicReCount = 0;
  21. int topicLen = 0;
  22. String moveUser = "";
  23. int userID = 0;
  24. boolean topicIsPass = false;
  25. // 社区帖子内容
  26. int contentID = 0;
  27. String content="";
  28. boolean contentUserPen=false;
  29. boolean contentUrl=false;
  30. boolean contentImg=false;
  31. boolean contentEmail=false;
  32. byte contentCopyRight=0;
  33. %>