判斷function 是否有重複引用,如果沒有再作 include 否則會有錯誤
<cfif not IsDefined("function名稱") or not IsCustomFunction(function名稱)>
<cfinclude template="/module/inc_encoding.cfm">
</cfif> EX:
<cfif not IsDefined("Decoding1") or not IsCustomFunction(Decoding1)>
<cfinclude template="/module/inc_encoding.cfm">
</cfif>
沒有留言:
張貼留言