2008年7月12日 星期六

[Java] String 的方法 lastIndexOf()

String a = "abcdef"
int b = a.lastIndexOf("c");

回傳最後一次出現字串"c"的位置,回傳值為Int型態

沒有留言: