indexof 參數為string,在字元串中尋找參數字元串第一次出現的位置並返回該位置。如string s="0123dfdfdf";int i=s.indexof("df");這時i==4。 如果需要更 ...
確定! 回上一頁