File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
deep-qa-web/src/main/webapp Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 52
52
</head >
53
53
<body >
54
54
<h1 ><font color =" blue" >人机问答系统演示 <a href =" https://github.com/ysc/QuestionAnsweringSystem" target =" _blank" >项目主页</a ></font ></h1 >
55
- <h2 ><a href =" view.jsp" >更多细节</a ></h2 >
55
+ <h2 ><a href =" view.jsp?q= <%= questionStr % > " >更多细节</a ></h2 >
56
56
<%
57
57
if (questionStr == null || questionStr. trim(). length() <= 3 ) {
58
58
% >
Original file line number Diff line number Diff line change 53
53
</head >
54
54
<body >
55
55
<h1 ><font color =" blue" >人机问答系统演示 <a href =" https://github.com/ysc/QuestionAnsweringSystem" target =" _blank" >项目主页</a ></font ></h1 >
56
- <h2 ><a href =" index.jsp" >忽略细节</a ></h2 >
56
+ <h2 ><a href =" index.jsp?q= <%= questionStr % > " >忽略细节</a ></h2 >
57
57
<%
58
58
if (questionStr == null || questionStr. trim(). length() <= 3 ) {
59
59
% >
You can’t perform that action at this time.
0 commit comments