[java script] indexof 搜尋字串的位置 function IndexDemo() { var str1 = "Amount"; var s = str1.indexOf("m"); return(s); } 程式說明: 在str1的字串中,搜尋出m的 ...
確定! 回上一頁