gvTopicVar.jsp
上传用户:u_thks
上传日期:2022-07-31
资源大小:1910k
文件大小:1k
- <%@ page language="java" contentType="text/html;charset=UTF-8" %><%
- int topicID = 0;
- int topicReID = 0;
- int topicOrder = 0;
- short topicLayer = 0;
- int topicTree = 0;
- String topic = "";
- String userName = "";
- int moveCCID = 0;
- String topicList = "";
- short topicMood = 0;
- short topicPro = 0;
- short topicType = 0;
- double topicTypeNum = 0;
- String topicAddTime = "";
- String topicAddip = "";
- String topicLastReUser = "";
- String topicLastReTime ="";
- int topicViewCount = 0;
- int topicReCount = 0;
- int topicLen = 0;
- String moveUser = "";
- int userID = 0;
- boolean topicIsPass = false;
- // 社区帖子内容
- int contentID = 0;
- String content="";
- boolean contentUserPen=false;
- boolean contentUrl=false;
- boolean contentImg=false;
- boolean contentEmail=false;
- byte contentCopyRight=0;
- %>