/**
* Provides a method to encode any string into a URL-safe
* form.
* Non-ASCII characters are first encoded as sequences of
* two or three bytes, using the UTF-8 algorithm, before being
* encoded as %HH escapes.
* <p/>
* Created: 17 April 1997
* Author: Bert Bos <bert@w3.org>
* <p/>
* URLUTF8Encoder: http://www.w3.org/International/URLUTF8Encoder.java
* <p/>
......................
阅读全部 | 2015年2月28日 23:12