Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@darkthread
Last active August 31, 2016 03:49
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save darkthread/630f2a777a97748edff0b4412bae61ef to your computer and use it in GitHub Desktop.
Save darkthread/630f2a777a97748edff0b4412bae61ef to your computer and use it in GitHub Desktop.
//模擬資料
var data = self.Data = {
"台北": {
"文山": {
"政大": [ "地政系", "財會系" ]
},
"大安": {
"台大": [ "電機系", "植物系" ],
"台科大": [ "工管系", "電子系" ]
}
} /* 其餘省略 */
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment