CString 的Find 和 Compare哪个效率高CString str="abcdefg";str.Find("abcdefg")!=-1str.Compare("abcdefg")==0哪个效率高?[解决办法]如果第二种的功能是想要的话,第二种的效率高吧。