This Domain(Admin5.com) is for Sale:

lastIndexOf 方法

时间:2007-12-27  来源:不详  作者:林子

返回 String 对象中子字符串最后出现的位置。 织梦好,好织梦

strObj.lastIndexOf(substring[, startindex])

copyright dedecms

参数

strObj 织梦好,好织梦

必选项。String 对象或文字。 本文来自织梦

substring dedecms.com

必选项。要在 String 对象内查找的子字符串。 内容来自dedecms

startindex 织梦好,好织梦

可选项。该整数值指出在 String 对象内进行查找的开始索引位置。假如省略,则查找从字符串的末尾开始。

织梦内容管理系统

说明

lastIndexOf 方法返回一个整数值,指出 String 对象内子字符串的开始位置。假如没有找到子字符串,则返回 -1。

dedecms.com

假如 startindex 是负数,则 startindex 被当作零。假如它比最大字符位置索引还大,则它被当作最大的可能索引。 织梦内容管理系统

从右向左执行查找。否则,该方法和 indexOf 相同。 copyright dedecms

下面的示例说明了 lastIndexOf 方法的用法: dedecms.com

function lastIndexDemo(str2)

{

var str1 = "BABEBIBOBUBABEBIBOBU"

var s = str1.lastIndexOf(str2);

return(s);

} 本文来自织梦 

看完这篇,您有何感觉呢?

上一篇:localeCompare 方法   下一篇:lbound 方法

文章评论

共有位Admini5网友发表了评论 查看完整内容

24小时热门信息