摘要: 超级有用。 function stringToEntity(str,radix){ let arr=str.split('') radix=radix||0 let tmp=arr.map(item=> `&#${(radix?'x'+item.charCodeAt(0).toString(16): 阅读全文
posted @ 2020-06-10 09:02 komomon 阅读(3096) 评论(0) 推荐(1)