锁定老帖子 主题:JS利用json做去重
该帖已经被评为新手帖
|
|
---|---|
作者 | 正文 |
发表时间:2010-08-25
思路很好啊。很多大牛都是这样过来的。
|
|
返回顶楼 | |
发表时间:2010-08-26
...............这跟json有啥关系???
|
|
返回顶楼 | |
发表时间:2010-08-26
思想挺好的。
|
|
返回顶楼 | |
发表时间:2010-08-26
这个是JavaScript的Object对象,不是JSON。JSON是和XML、YAML同一个层次的,是一种文本格式,只是它的格式参考了JavaScript语法而已。
-------- JSON (JavaScript Object Notation) is a lightweight data-interchange format. It is easy for humans to read and write. It is easy for machines to parse and generate. It is based on a subset of the JavaScript Programming Language, Standard ECMA-262 3rd Edition - December 1999. JSON is a text format that is completely language independent but uses conventions that are familiar to programmers of the C-family of languages, including C, C++, C#, Java, JavaScript, Perl, Python, and many others. These properties make JSON an ideal data-interchange language. http://www.json.org/ |
|
返回顶楼 | |