开发者社区 问答 正文

项目中的乱码要怎么处理才是最好呢?

项目中的乱码要怎么处理才是最好呢?

展开
收起
游客vwuxaq6iqaowc 2021-10-27 21:44:34 576 分享 版权
1 条回答
写回答
取消 提交回答
  • 1) 使用过滤器和包装器设置统一的字符编码格式。 2) 页面使用统一的编码格式<%@page contentType=”text/html;charset=utf-8”%> 71. 谈谈项目中分页的实现? select top "+ count+" * from t_info where id not in(select top " +(page-1)* count+" id from t_info)

    2021-10-27 21:44:52
    赞同 展开评论
问答地址: