loveok-56
1 <%@ page contentType="text/html; charset=utf-8" pageEncoding="utf-8"%>
2 <%@ page import="com.ccc.inf.acms.client.DynamicConfigLoader" %>

1. 引入所需的java类

1 <%
2     String uploadPath=DynamicConfigLoader.get("a.upload.path");
3 %>  
4 <a href="<%=uploadPath %>${d.file1}" target="_blank">
5     ${d.file1Name}
6 </a>    

2. 使用引入的java类,给java变量赋值,并在jsp页面中使用

分类:

技术点:

相关文章:

  • 2021-06-15
  • 2021-10-09
  • 2022-12-23
  • 2022-02-04
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
猜你喜欢
  • 2022-01-03
  • 2022-12-23
  • 2022-01-04
  • 2022-12-23
  • 2021-07-19
  • 2021-05-18
相关资源
相似解决方案