# 獲取課程類別
GET參數 **callback** 將返回jsonp格式,默認采用json
+++
get:/api/imooc/category
<<<
返回成功
[
{
"name": "fe",
"title": "前端開發",
"lists": [
{
"name": "html",
"title": "HTML/CSS"
},
{
"name": "javascript",
"title": "JavaScript"
},
]
}
]
+++