Created
October 9, 2012 01:46
-
-
Save MaySnow/3856096 to your computer and use it in GitHub Desktop.
gson 解析 javascript
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
var date = [{"name":"不错"},{"name":"全选"},{"name":"还好"},{"name":"你好"}] | |
for(var i = 0 ; i < date.length; i ++) { | |
date[i].name//得到每个name值 | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment