删除换行符 在模板的双层大括号的前面或者后面使用减号,来删除循环中自动创建的换行符 import( {{- ...
}//取到达机场,后有回车换行符straRet = straRet.Mid(iPos+straKey.GetLength()); straRet.Remove(0x0d);//去掉回车straRet.Remove(0x0a);//去掉换行intiEndPos = straRet.Find(""); CStringA straACity = straRet.Left(iEndPos);if(-1!= straACity.Find(straSha)) straACode ="SHA";elseif...
28. 问:Word 里面如何不显示回车换行符? 答:把视图-显示段落标记的勾去掉或工具-选项-视图-段落标记 29. 问:有没有方法把 WORD 里的软回车一下子替换掉?识别出来的文字全带着软回车,能把他们一次全删掉吗?? 答:查找+替换,按CTRL+H;软回车好象是^l,在特殊字符里有 30. 问:在WORD 里的框框里怎么打勾...
}//取到达机场,后有回车换行符straRet = straRet.Mid(iPos+straKey.GetLength()); straRet.Remove(0x0d);//去掉回车straRet.Remove(0x0a);//去掉换行intiEndPos = straRet.Find(""); CStringA straACity = straRet.Left(iEndPos);if(-1!= straACity.Find(straSha)) straACode ="SHA";elseif...
}//取到达机场,后有回车换行符straRet = straRet.Mid(iPos+straKey.GetLength()); straRet.Remove(0x0d);//去掉回车straRet.Remove(0x0a);//去掉换行intiEndPos = straRet.Find(""); CStringA straACity = straRet.Left(iEndPos);if(-1!= straACity.Find(straSha)) straACode ="SHA...
strFlightStartDate = straRet.Mid(4,10);intiStartPos = straRet.Find('C');//匹配CA,ca,Ca,cA,后会插入回车换行符,if(-1== iStartPos)//没找到大写C,匹配小写ciStartPos = straRet.Find('c');intiEndPos = straRet.Find("</"); strFlight...