# 獲取課程列表
GET參數 **callback** 將返回jsonp格式,默認采用json
+++
get:/api/imooc/courses
*string:name=html#項目類別標示符
int:page=1#頁碼
int:pnum=20#每頁數量
<<<
返回成功
{
"data": [
{
"cid": 71,
"title": "xxx標題"
},
],
"total": 26,
"maxpage": 2
}
+++