JavaScript
文章平均质量分 87
Alarm2
未填写
展开
-
Code Conventions for the JavaScript Programming Language
This is a set of coding conventions and rules for use in JavaScript programming. It is inspired by theSun document Code Conventions for the Java Programming Language. It is heavily modified of c转载 2015-07-14 09:26:13 · 504 阅读 · 0 评论 -
JSON.parse()方法
本文章介绍一下javascript in json 中 json2.js中的parse()方法。以下为json2js中的原文介绍JSON.parse(text, reviver) This method parses a JSON text to produce an object or array. It can throw a Syn转载 2015-07-22 16:55:50 · 1075 阅读 · 0 评论