目录1、InputStream转化为String1、使用InputStreamReader和StringBuilder(JDK)2、使用inputStream.read()andStringBuilder3、使用ByteArrayOutputStreamandinputStream.read4、使用BufferedInputStream和ByteArrayO
If all browsers supported attribute selectors, we could easily do the following: input[type=\'text\'] { font:bold 0.8em \'courier new\',courier,monospace; }