摘要:
str.toString是调用了str这个object对象的类的toString方法。一般是返回这么一个String:[class name]@[hashCode]。new String(str)是根据parameter是一个字节数组,使用java虚拟机默认的编码格式,将这个字节数组decode为对 阅读全文
posted @ 2019-11-19 14:12
勤俭的搬运工
阅读(606)
评论(0)
推荐(0)
摘要:
一、web.xml的配置 <?xml version="1.0" encoding="UTF-8"?><web-app xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://xmlns.jcp.org/xml/ns/j 阅读全文
posted @ 2019-11-19 13:49
勤俭的搬运工
阅读(199)
评论(0)
推荐(0)

浙公网安备 33010602011771号