java向数据库中插入'回车换行'

来源:互联网 发布:mac 手绘 编辑:程序博客网 时间:2024/05/16 08:18
java向数据库中插入'回车换行'
byte asciE[] ={13,10};
String ent = new String(asciE,0);
原创粉丝点击