loadstore.php

来自「ext-2.3.0」· PHP 代码 · 共 45 行

PHP
45
字号
{	employees: [		{			employeeId: 1,			firstName: 'Joe',			lastName: 'Smith',			department: 'Management',			title: 'CEO',			telephone: '240-555-1287',			office: 'DC'		},{			employeeId: 2,			firstName: 'George',			lastName: 'Loram',			department: 'Sales',			title: 'VP of Sales',			telephone: '240-555-1287',			office: 'DC'		},{			employeeId: 3,			firstName: 'Sally',			lastName: 'Beogagi',			department: 'Human Resources',			title: 'Senior Hiring Agent',			telephone: '443-555-1220',			office: 'MD'		},{			employeeId: 4,			firstName: 'Billy',			lastName: 'Diarmaid',			department: 'Human Resources',			title: 'Hiring Agent',			telephone: '443-555-2890',			office: 'MD'		},{			employeeId: 5,			firstName: 'Bruno',			lastName: 'Domingos',			department: 'Technology',			title: 'CTO',			telephone: '443-555-2890',			office: 'MD'		}	]}

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?