public class JavaScript extends Object
static String
decodeURI(String str)
decodeURIComponent(String str)
encodeURI(String str)
encodeURIComponent(String str)
escape(String str)
unescape(String str)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public static String escape(String str)
public static String unescape(String str)
public static String encodeURI(String str)
public static String decodeURI(String str)
public static String encodeURIComponent(String str)
public static String decodeURIComponent(String str)
str
Copyright © 2014. All rights reserved.