⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 gvtopicget.jsp

📁 特色: 1.今晚在线社区独有的双风格分桢形式 2.社区最多可进行3级分类
💻 JSP
字号:
<%@ page language="java" contentType="text/html;charset=UTF-8" %><%
if(isRe){
	topicID = ctrit.getTopicID();
	topicReID = ctrit.getTopicReID();
	topicOrder = ctrit.getTopicOrder();
	topicLayer = ctrit.getTopicLayer();
	topicTree = ctrit.getTopicTree();
	topic = ctrit.getTopic();
	userName = ctrit.getUserName();
	ccID = ctrit.getCcID();
	topicList = ctrit.getTopicList();
	topicMood = ctrit.getTopicMood();
	topicPro = ctrit.getTopicPro();
	topicType = ctrit.getTopicType();
	topicTypeNum = ctrit.getTopicTypeNum();
	topicAddTime = ctrit.getTopicAddTime();
	topicAddip = ctrit.getTopicAddip();
	topicLastReUser = ctrit.getTopicLastReUser();
	topicLastReTime =ctrit.getTopicLastReTime();
	topicViewCount = ctrit.getTopicViewCount();
	topicReCount = ctrit.getTopicReCount();
	topicLen = ctrit.getTopicLen();
	userID = ctrit.getUserID();
	topicIsPass = ctrit.getTopicIsPass();
	topicIsDel = ctrit.getTopicIsDel();
	if(ccrItem!=null){
		content = ccrItem.getContent();
		contentUserPen = ccrItem.getContentUserPen();
		contentUrl = ccrItem.getContentUrl();
		contentImg = ccrItem.getContentImg();
		contentEmail = ccrItem.getContentEmail();
		contentCopyRight = ccrItem.getContentCopyRight();
	}
}else{
	topicID = ctit.getTopicID();
	topicReID = ctit.getTopicReID();
	topicOrder = ctit.getTopicOrder();
	topicLayer = ctit.getTopicLayer();
	topicTree = ctit.getTopicTree();
	topic = ctit.getTopic();
	userName = ctit.getUserName();
	ccID = ctit.getCcID();
	moveCCID = ctit.getMoveCCID();
	topicList = ctit.getTopicList();
	topicMood = ctit.getTopicMood();
	topicPro = ctit.getTopicPro();
	topicType = ctit.getTopicType();
	topicTypeNum = ctit.getTopicTypeNum();
	topicAddTime = ctit.getTopicAddTime();
	topicAddip = ctit.getTopicAddip();
	topicLastReUser = ctit.getTopicLastReUser();
	topicLastReTime =ctit.getTopicLastReTime();
	topicViewCount = ctit.getTopicViewCount();
	topicReCount = ctit.getTopicReCount();
	topicLen = ctit.getTopicLen();
	moveUser = ctit.getMoveUser();
	userID = ctit.getUserID();
	topicIsPass = ctit.getTopicIsPass();
	topicIsDel = ctit.getTopicIsDel();
	//ccItem = cti.getCci();
	if(ccItem!=null){
		content = ccItem.getContent();
		contentUserPen = ccItem.getContentUserPen();
		contentUrl = ccItem.getContentUrl();
		contentImg = ccItem.getContentImg();
		contentEmail = ccItem.getContentEmail();
		contentCopyRight = ccItem.getContentCopyRight();
	}
}
%>

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -