?? clueon.jsp
字號:
<%@ page contentType="text/html; charset=GBK" language="java" errorPage="" %>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gbk">
<title>CMS4J</title>
</head>
<script language="javascript">
if(confirm("所選文章有被引用,將同時刪除這些被引用的文章!是否繼續?")){
location.href='do?action=delArticleToRecycleBin&classID=${param.classID}&delType=${param.delType}&blag=true&selected=${param.selected}&delItem=${param.delItem}';
}else{
location.href='cms4jadmin/article/article_list.jsp?class_id=${param.classID}';
}
</script>
<body>
</body>
</html>
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -