一种变量定义方法。cfset a 123cfset a#a# hello worldcfoutput#isdefined(a#a#)#/cfou
一种变量定义方法。
<cfset a = "123">
<cfset "a#a#" = "hello world">
<cfoutput>#isdefined("a#a#")#</cfoutput>
[解决办法]
how to close this post?
一种变量定义方法。
<cfset a = "123">
<cfset "a#a#" = "hello world">
<cfoutput>#isdefined("a#a#")#</cfoutput>
[解决办法]
how to close this post?