摘要:
刚找这个的js方法,找到了下面的博客: https://www.cnblogs.com/nelsonlei/p/10071659.html 不知道为什么要把东西写的这么复杂。。。。 我自己写了个: function getDate(type,date){ let d=date || new Date 阅读全文
摘要:
GSON默认是开启html编码的, 方法注释是这么写的: By default, Gson escapes HTML characters such as < > etc. Use this option to configure Gson to pass-through HTML characte 阅读全文