Warning: file_get_contents(/data/phpspider/zhask/data//catemap/3/gwt/3.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
GWT:使用编码方案对url进行编码_Gwt_Iso 8859 1 - Fatal编程技术网

GWT:使用编码方案对url进行编码

GWT:使用编码方案对url进行编码,gwt,iso-8859-1,Gwt,Iso 8859 1,是否可以在GWT中使用特定的编码方案对url参数进行编码 URLEncoder.encode(string, "ISO-8859-1"); 在标准java中适用,但在GWT中不可用 URL.encode(string); 在GWT中用“UTF-8”编码。 无法指定编码我认为这是不可能的。看一看

是否可以在GWT中使用特定的编码方案对url参数进行编码

URLEncoder.encode(string, "ISO-8859-1");
在标准java中适用,但在GWT中不可用

URL.encode(string);
在GWT中用“UTF-8”编码。
无法指定编码

我认为这是不可能的。看一看