From c5e7ea54fb4db07df9dadd717ac3883a9fc73436 Mon Sep 17 00:00:00 2001 From: Mr Chen Date: Wed, 26 Dec 2018 20:04:41 +0800 Subject: [PATCH] Update gae.js --- plugins/gae/js/gae.js | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) diff --git a/plugins/gae/js/gae.js b/plugins/gae/js/gae.js index e566bc23a..1990c0fd7 100755 --- a/plugins/gae/js/gae.js +++ b/plugins/gae/js/gae.js @@ -123,11 +123,24 @@ function gaeAsyncProject(pname){ }); } + +function stringToEntity(str,radix){ + let arr=[] + //返回的字符实体默认10进制,也可以选择16进制 + radix=radix||0 + for(let i=0;i