顯示具有 JavaScript 標籤的文章。 顯示所有文章
顯示具有 JavaScript 標籤的文章。 顯示所有文章

2009年12月11日 星期五

String中的-indexof-使用

Tips and Notes

Note: The indexOf() method is case sensitive!

Note: This method returns -1 if the string value to search for never occurs.

參照:

http://www.w3schools.com/jsref/jsref_IndexOf.asp