asp 使用include 引用文件
有这个需求 需要引用不同的文件 其实这两文件一样 就是我把一个大写MD5 和 小写MD5 一起用会重名 怎么解决呀? 或有其他的好办法没?
<% if num=0 then%>
<!--#include file="PowerEasy.MD5.asp"-->
<%else%>
<!--#include file="PowerEasy.MD5_Case.asp"-->
<%end if%>
asp
include
------解决方案--------------------这样引用是不好用的
你可以使用LCase或者 UCase方法试试
------解决方案--------------------见过笨的没见过这么笨的,为了一个大小写竟然要弄两个文件。
你不会改一下程序呀,给一个参数,为0时输出小写,否则输出大写。