<%dim yfstr,yfstr1,yfstr2yfstr="AbCdEf"yfstr1=LCase(yfstr)yfstr2=UCase(yfstr)Response.write("LCase转换小写"&str1 & ",UCase转换大写" & str2)%>
运行结果:
LCase转换小写abcdef
UCase转换大写ABCDEF