-
- cfmx中中英文字长的计算
- Weather:热极了~
- 2005-06-20
- <cfset s="abc">
<cfoutput>#len(s.getBytes())#</cfoutput>
得到 s 字串长度为 3
<cfset s1="股份有限公司123">
<cfoutput>#len(s1.getBytes())#</cfoutput>
得到 s1 字串长度为 15 -
Views(3592) | Comments(0) |
In:
web develop
|
(06/16)
学习CF的几个网址
使用report builder构造数据驱动报表
(06/26)
