diff --git a/app/views/student_work/_programing_work_show.html.erb b/app/views/student_work/_programing_work_show.html.erb
index becec239a..eb16dc807 100644
--- a/app/views/student_work/_programing_work_show.html.erb
+++ b/app/views/student_work/_programing_work_show.html.erb
@@ -69,7 +69,7 @@
<%=x["result"].force_encoding("UTF-8")%>
正确输出:
- <%=x["output"]%>
+ <%=x["output"].force_encoding("UTF-8")%>
耗时:
<%=x["time_used"]==0?1:x["time_used"]%>毫秒
<%=x["result"]%>+
<%=x["result"].force_encoding("UTF-8")%>正确输出: -
<%= x["output"] %>+
<%= x["output"].force_encoding("UTF-8") %>耗时:
<%=x["time_used"]==0?1:x["time_used"]%>毫秒