VBScript中RightB()函数格式是RightB(string,length),用于从字符串 string 尾部提取指定数目的字节,length 为提取的字节数目(数值型表达式)。
response.write RightB("Webym",0) '结果为:空 response.write RightB("Webym",2) '结果为:m
声明:如需转载,请注明来源于www.webym.net并保留原文链接:http://www.webym.net/jiaocheng/555.html