CString sample = “abcdefghijklmnopqrstuvwxyz”; const CString goal(“fg”); int goalIndex = sample.Find(goal); abcdefghijk… 0123456789… 找fg左全部.
確定! 回上一頁