jsp实现点击help打开chm文件_技术学院_宜昌市隼壹珍商贸有限公司

您好,欢迎访问宜昌市隼壹珍商贸有限公司

400 890 5375
当前位置: 主页 > 新闻动态 > 技术学院

jsp实现点击help打开chm文件

发布时间:2026-01-18  |  点击率:

处理问题描述:现在我有个javaweb项目,需要在portal上面点击help即可打开“帮助.chm”文件;

当前搜索百度没有类似案例,自己想了个办法,通过jsp实现:

jsp主界面文件

<a href="#" onclick="javascript:$.getJSON('<%=path %>/admin/openYACShelp.jsp?req='+new Date(),function(json) {});"
id="openYACShelp">帮助</a>

openYACShelp.jsp文件

<%
String ch1="/";
String ch2="//";

String contextPath = System.getProperty("user.dir");
String helpFilePath = contextPath + "/yacs/帮助.chm";

Runtime.getRuntime().exec("hh.exe "+helpFilePath.replaceAll(ch1,ch2)); %>

全国统一服务电话

400 890 5375

电子邮箱:879577@qq.com

公司地址:宜昌市西陵区黄河路5号三峡明珠10栋1051室

咨询微信

TEL:13680874598