您的位置:

您的位置:项目学校>图书详情

图书详情

名家文学读本:小学生巴金读本

图书简介

作为经典名著的启蒙读物,本丛书力图为孩子在未来的人生路上或早或迟将要相遇的名家大师,在小学阶段建立良好的第一印象,为孩子的一生打下精神的底色。
与一般的名家名作选读本不同,本丛书具有以下鲜明特点:
        ★北京大学中文系教授、博士生导师钱理群担纲主编。
  ★陈思和、吴福辉等中国著名现代文学研究学者权威审定。
  ★小学一线名师精心撰写的“单元导语”、“导读提示”和“读与思”等辅助文字。
        ★全书原文文字均与权威版本仔细核对数遍。
  ★黄永玉、赵延年等名家的经典插图。
  ★洪万里等当代著名画家的插画等相结合。

待捐学校 学校不可选

暂无待捐学校
联系方式 现在捐款 扬帆相关

1 邮箱咨询:yangfanjihua@sina.com

2 关注微信公众号“扬帆计划”进行咨询

3 添加客服扬帆妞妞微信:yangfanjihua2007

妞妞已经迫不及待
把书籍送到孩子们手上了!
一起加入吧!

去捐赠

Route Debugger

Type in a url in the address bar to see which defined routes match it. A {*catchall} route is added to the list of routes automatically in case none of your routes match.

To generate URLs using routing, supply route values via the query string. example: http://localhost:14230/?id=123

: Book/{BookID}

Route Data
KeyValue
BookID1730357 
controllerBook 
actionDetails 
Data Tokens
KeyValue
NamespacesSystem.String[] 

All Routes
Matches Current Request Url Defaults Constraints DataTokens
False{resource}.axd/{*pathInfo}(null)(empty)(null)
False{resource}.axd/{*pathInfo}(null)(empty)(null)
FalseSchool/{SchoolID}controller = School, action = Details, SchoolID = 0SchoolID = [\d]*Namespaces = YFPC.Controllers
FalseNews/{NewsID}controller = News, action = Details, NewsID = 0NewsID = [\d]*Namespaces = YFPC.Controllers
FalseNews/List/{ID}controller = News, action = List, ID = 0ID = [\d]*Namespaces = YFPC.Controllers
TrueBook/{BookID}controller = Book, action = Details, BookID = 0BookID = [\d]*Namespaces = YFPC.Controllers
FalseVolunteer/{ID}controller = Volunteer, action = Details, ID = 0ID = [\d]*Namespaces = YFPC.Controllers
FalseLogin/BindPhone/{Key}controller = Login, action = BindPhone, Key = 0(empty)Namespaces = YFPC.Controllers
FalseLogin/MergeUser/{Key}controller = Login, action = MergeUser, Key = 0(empty)Namespaces = YFPC.Controllers
FalseUser/MyDonate/{ID}controller = User, action = MyDonate, ID = 0ID = [\d]*Namespaces = YFPC.Controllers
FalseDonate/Pay/{SchoolID}controller = Donate, action = Pay, SchoolID = 0SchoolID = [\d]*Namespaces = YFPC.Controllers
False{namespaces}/{controller}/{action}namespaces = API(empty)Namespaces = YFPC.Controllers.API
True{controller}/{action}/{id}controller = Home, action = Index, id = UrlParameter.Optional(empty)Namespaces = YFPC.Controllers
True{*catchall}(null)(null)(null)

Current Request Info

AppRelativeCurrentExecutionFilePath is the portion of the request that Routing acts on.

AppRelativeCurrentExecutionFilePath: ~/book/1730357