We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
以前使用int来标记该列的文本以数字的形式处理,string标记该列的文本是字符串,同时如果是json格式的字符串也可以额外处理。 但是经过测试发现,至少从1.4.2开始,这个标记应该已经无效了,实际是以具体的文本为导向了。 个人以为还是加个判断为好,优先已字段标记,对于可能是json的字符串直接以‘json’标记。
The text was updated successfully, but these errors were encountered:
No branches or pull requests
以前使用int来标记该列的文本以数字的形式处理,string标记该列的文本是字符串,同时如果是json格式的字符串也可以额外处理。
但是经过测试发现,至少从1.4.2开始,这个标记应该已经无效了,实际是以具体的文本为导向了。
个人以为还是加个判断为好,优先已字段标记,对于可能是json的字符串直接以‘json’标记。
The text was updated successfully, but these errors were encountered: