Explorar el Código

中文编码

master
jueyue hace 4 años
padre
commit
69a337e3cd
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. +1
    -1
      easypoi-wps/src/main/resources/META-INF/resources/easypoi-preview.html

+ 1
- 1
easypoi-wps/src/main/resources/META-INF/resources/easypoi-preview.html Ver fichero

@@ -28,7 +28,7 @@
function getUrlParam(name) {
var reg = new RegExp("(^|&)" + name + "=([^&]*)(&|$)"); //构造一个含有目标参数的正则表达式对象
var r = window.location.search.substr(1).match(reg); //匹配目标参数
if (r != null) return unescape(r[2]);
if (r != null) return decodeURI(r[2]);
return null; //返回参数值
}
</script>


Cargando…
Cancelar
Guardar