这段代码适用于 CF10,但不适用于 CF9。谁能告诉我为什么?
CF9 错误读取:
Invalid CFML construct found on line 2 at column 18.
ColdFusion was looking at the following text:
{
编码:
<cfscript>
CompanyobjData = {
'CustomerID' : 'a',
'CUSTOMERNAME1' : 'b',
'CUSTOMERADDRESS1' : 'c',
'CUSTOMERADDRESS2' : 'd',
'CITY' : 'e',
'ST' : 'f',
'ZIP' : 'g',
'PHONE' : 'h',
'DEFAULTTERM' : 'i'
};
</cfscript>
<cfdump var="#CompanyobjData#" >