摘要:
import java.util.ResourceBundle; import org.slf4j.Logger;import org.slf4j.LoggerFactory; import com.alibaba.fastjson.JSONObject; public class WxUserIn 阅读全文
posted @ 2019-09-25 15:01
G_Lybbh
阅读(1193)
评论(0)
推荐(0)
摘要:
unicode编码 (\u4e0a\u6d77) 中文 互转 js //转为unicode 编码 function encodeUnicode(str) { var res = []; for ( var i=0; i<str.length; i++ ) { res[i] = ( "00" + st 阅读全文
posted @ 2019-09-25 14:46
G_Lybbh
阅读(2040)
评论(0)
推荐(0)