{ "code": 200, "message": "success", "data": { "id": 0, "isEditable": false, "name": "Molecule-Demo", "fileType": "RootFolder", "location": "Molecule-Demo", "isLeaf": false, "data": "", "children": [ { "id": 1, "name": "test.js", "location": "Molecule-Demo/test.js", "fileType": "File", "isLeaf": true, "isEditable": false, "data": { "language": "javascript", "value": "console.log('Hello World');" } }, { "id": 2, "name": "test.py", "fileType": "File", "location": "Molecule-Demo/test.py", "isLeaf": true, "isEditable": false, "data": { "language": "python", "value": "for letter in 'Python': # 第一个实例\n print(\"当前字母: %s\" % letter)\n \nfruits = ['banana', 'apple', 'mango']\nfor fruit in fruits: # 第二个实例\n print ('当前水果: %s'% fruit)\n \nprint (\"Good bye!\")" } }, { "id": 3, "name": "index.html", "fileType": "File", "location": "Molecule-Demo/index.html", "isLeaf": true, "isEditable": false, "data": { "language": "html", "value": "