Commit 9b7f14bf authored by yanzg's avatar yanzg

SQL层级处理的支持

parent f4008d9e
......@@ -10,7 +10,7 @@ import java.util.List;
public class TestChineseHelper {
@Test
public void testConvert() {
String text = "颜佐光喜欢游泳";
String text = "颜佐光喜欢游泳";
List<HanziVo> items = ChineseHelper.get(text);
System.out.println("json:" + JsonHelper.serialize(items, true));
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment