layout coeds.

This commit is contained in:
hyzboy 2023-07-13 23:13:08 +08:00
parent 8691bc0fe7
commit ce3afccc7b
No known key found for this signature in database
GPG Key ID: 067EE4525D4FB6D3

View File

@ -6,7 +6,8 @@ namespace hgl
{ {
/** /**
* CSV字段拆分工具<br> * CSV字段拆分工具<br>
* tab分隔以及使用引号包裹的字符串 */ * tab分隔以及使用引号包裹的字符串
*/
class CSVFieldSplite class CSVFieldSplite
{ {
const char *str; const char *str;