2017年12月28日

json字符串转json对象

摘要: JSON对象: var str2 = { "name": "deluyi", "sex": "man" }; JSON字符串: var str1 = '{ "name": "deyuyi", "sex": "man" }'; 将"JSON字符串"转化为"JSON对象"的方法: 一:使用$.parse 阅读全文
posted @ 2017-12-28 17:17 很大只 阅读(354) 评论(0) 推荐(0)
2017年12月8日

eclipse不支持sun.*包的问题处理

摘要: 在项目中使用BASE64Decoder,eclipse的编辑器莫名报错, Multiple markers at this line - Access restriction: The type BASE64Decoder is not accessible due to restriction o 阅读全文
posted @ 2017-12-08 14:53 很大只 阅读(688) 评论(0) 推荐(0)