05 2019 档案

摘要:html部分: <div class="imgDiv"> <img src="" > </div> css部分: .imgDiv { width: 100px; height: 100px; } img { width: auto; height: auto; max-width: 100%; ma 阅读全文
posted @ 2019-05-30 20:17 一个小bu⑥ 阅读(6137) 评论(0) 推荐(0)
摘要:转码然后插入到DB当中URLEncoder.encode("", "utf-8") 解码然后显示到页面当中URLDecoder.decode("", "utf-8") 转码然后插入到DB当中URLEncoder.encode("", "utf-8") 阅读全文
posted @ 2019-05-15 17:55 一个小bu⑥ 阅读(1912) 评论(0) 推荐(0)