| 网站首页 | 戏曲文章 | 中国戏曲商城 | 中国戏曲论坛 | 秦腔快讯 | 戏曲新闻 | 秦腔快评 | 戏曲评论 | 戏曲mp3 | 戏曲视频 | 

 您现在的位置: 中国秦腔网 >> 戏曲评论 >> 正文 用户登录 新用户注册
[回顾]姚文元:评新编历史剧《海瑞罢官》(1965年)

作者:姚文元  来源:人民日报  时间:2006-1-12 12:48:14


干过的事。徐阶在朝时,也干过“退田”,在嘉靖第4子景王载圳死时,“奏夺景府所占陂田数万顷还之民,楚人大悦。”如果不分析“还之民”这个“民”是哪个阶级,如果按照吴晗同志的观点,谁敢“退田”就是英雄,敢退几万顷皇田的徐阶岂不是比海瑞更大的英雄了么?修吴淞江确有这件事,但究竟修好了多少,也是值得怀疑的。只要想一想:在现代条件下修一条江都不很容易,海瑞难道能在那么短的时间内把一条江整治好吗?据海瑞在《开吴淞江疏》中自己说,他原来“议开江面15丈”,从正月初三动工,到二月间钱就用光了,但“工程浩大,银两不敷”,要求动用公款。可见至少这一个多月中连原计划也没有完成,而且困难很大。吴晗同志鼓吹什么“进度很大,不到一个月就完工了”,这种夸大连海瑞自己的话也不符合,至于出丧的描述,我们只要想一想:在解放以前,广大贫苦农民在地主阶级残酷剥削下,穷得连衣服都穿不上,许多农民几代人穿一件破衣裳,自己家里死了亲人都没有丧服穿,就知道那时候能穿体体面面的“白衣冠”来路祭的人,决不是贫农,决不是吴晗同志说的“广大人民”,而只能是地主、富农和商人中的某些人。如果在新编的历史剧中,能够真正贯彻历史唯物主义的原则,用阶级观点,对这类史料进行科学分析,去伪存真,按照海瑞的本来面貌去塑造这个人物,使观众看到他的阶级本质是什么,用历史唯物论的观点去认识历史人物的阶级面貌,也不是一件没有意义的事。从破除许多歌颂海瑞的旧小说、旧戏的所散布的坏影响来说,是有积极意义的。可是吴晗同志却不但违背历史真实,原封不动地全部袭用了地主阶级歌颂海瑞的立场观点和材料;而且变本加厉,把他塑造成一个贫苦农民的“救星”、一个为农民利益而斗争的胜利者,要他作为今天人民的榜样,这就完全离开了正确的方向。

  吴晗同志毫不含糊地要人们向他塑造的海瑞“学习”。我们到底可以“学习”一些什么呢?

  学习“退田”吗?我国农村已经实现了社会主义的集体所有制,建立了伟大的人民公社。在这种情况下,请问:要谁“退田”呢?要人民公社“退田”吗?又请问:退给谁呢?

  退给地主吗?退给农民吗?难道正在社会主义道路上坚决前进的五亿农民会需要去“学习”这种“退田”吗?

  学习“平冤狱”吗?我国是一个实现了无产阶级专政的国家。如果说什么“平冤狱”的话,无产阶级和一切被压迫、被剥削阶级从最黑暗的人间

 << 上一页  [11] [12] [13] [14] [15] 下一页


<% Function googleColor(value, random) Dim colorArray colorArray = Split(value, ",") googleColor = colorArray(random Mod (UBound(colorArray) + 1)) End Function Function googleScreenRes() Dim screenRes, delimiter, resArray screenRes = Request.ServerVariables("HTTP_UA_PIXELS") delimiter = "x" If IsEmpty(screenRes) Then screenRes = Request.ServerVariables("HTTP_X_UP_DEVCAP_SCREENPIXELS") delimiter = "," End If resArray = Split(screenRes, delimiter, 2) If (UBound(resArray) + 1) = 2 Then googleScreenRes = "&u_w=" & resArray(0) & "&u_h=" & resArray(1) End If End Function Function googleDcmguid() Dim dcmguid dcmguid = Request.ServerVariables("HTTP_X_DCMGUID") If Not IsEmpty(dcmguid) Then googleDcmguid = "&dcmguid=" & dcmguid End If End Function Dim googleTime, googleDt, googleScheme, googleHost googleTime = DateDiff("s", "01/01/1970 00:00:00", Now()) googleDt = (1000 * googleTime) + Round(1000 * (Timer - Int(Timer))) googleScheme = "http://" If StrComp(Request.ServerVariables("HTTPS"), "on") = 0 Then googleScheme = "https://" googleHost = Server.URLEncode(googleScheme & Request.ServerVariables("HTTP_HOST")) Dim googleAdUrl, googleAdOutput googleAdUrl = "http://pagead2.googlesyndication.com/pagead/ads?" &_ "ad_type=text_image" &_ "&channel=" &_ "&client=ca-mb-pub-5471301711049016" &_ "&color_border=" & googleColor("336699", googleTime) &_ "&color_bg=" & googleColor("FFFFFF", googleTime) &_ "&color_link=" & googleColor("0000FF", googleTime) &_ "&color_text=" & googleColor("000000", googleTime) &_ "&color_url=" & googleColor("008000", googleTime) &_ "&dt=" & googleDt &_ "&format=mobile_single" &_ "&host=" & googleHost &_ "&ip=" & Server.URLEncode(Request.ServerVariables("REMOTE_ADDR")) &_ "&markup=xhtml" &_ "&oe=utf8" &_ "&output=xhtml" &_ "&ref=" & Server.URLEncode(Request.ServerVariables("HTTP_REFERER")) &_ "&url=" & googleHost & Server.URLEncode(Request.ServerVariables("URL")) &_ "&useragent=" & Server.URLEncode(Request.ServerVariables("HTTP_USER_AGENT")) &_ googleScreenRes() &_ googleDcmguid() Set googleAdOutput = Server.CreateObject("MSXML2.ServerXMLHTTP") googleAdOutput.Open "GET", googleAdUrl, false googleAdOutput.Send Response.Write(googleAdOutput.responseText) %><% Function googleColor(value, random) Dim colorArray colorArray = Split(value, ",") googleColor = colorArray(random Mod (UBound(colorArray) + 1)) End Function Function googleScreenRes() Dim screenRes, delimiter, resArray screenRes = Request.ServerVariables("HTTP_UA_PIXELS") delimiter = "x" if IsEmpty(screenRes) Then screenRes = Request.ServerVariables("HTTP_X_UP_DEVCAP_SCREENPIXELS") delimiter = "," end If resArray = Split(screenRes, delimiter, 2) if (UBound(resArray) + 1) = 2 Then googleScreenRes = "&u_w=" & resArray(0) & "&u_h=" & resArray(1) end If End Function Dim googleTime, googleDt, googleScheme, googleHost googleTime = DateDiff("s", "01/01/1970 00:00:00", Now()) googleDt = (1000 * googleTime) + Round(1000 * (Timer - Int(Timer))) googleScheme = "http://" if StrComp(Request.ServerVariables("HTTPS"), "on") = 0 Then googleScheme = "https://" googleHost = Server.URLEncode(googleScheme & Request.ServerVariables("HTTP_HOST")) Dim googleAdUrl, googleAdOutput googleAdUrl = "http://pagead2.googlesyndication.com/pagead/ads?" &_ "ad_type=text_image" &_ "&channel=6495040935" &_ "&client=ca-mb-pub-9595218071455095" &_ "&dt=" & googleDt &_ "&format=mobile_single" &_ "&host=" & googleHost &_ "&ip=" & Server.URLEncode(Request.ServerVariables("REMOTE_ADDR")) &_ "&markup=xhtml" &_ "&oe=utf8" &_ "&output=xhtml" &_ "&ref=" & Server.URLEncode(Request.ServerVariables("HTTP_REFERER")) &_ "&url=" & googleHost & Server.URLEncode(Request.ServerVariables("URL")) &_ "&useragent=" & Server.URLEncode(Request.ServerVariables("HTTP_USER_AGENT")) &_ googleScreenRes() Set googleAdOutput = Server.CreateObject("MSXML2.ServerXMLHTTP") googleAdOutput.Open "GET", googleAdUrl, false googleAdOutput.Send Response.Write(googleAdOutput.responseText) %>

 文章录入:中国秦腔网    责任编辑:中国秦腔网  

发表评论】【加入收藏】【告诉好友】【打印此文】【关闭窗口】 

相 临 文 章:

  • 上一篇文章:

  • 下一篇文章:
  •    相 关 文 章:

    没有相关文章

    论坛精华 (全国会员最多的戏曲论坛[中国戏曲论坛])
    中国戏曲商城

     ·中国戏曲论坛
     推 荐 图 文 

     推 荐 图 片


     戏 曲 专 题
    · 第五届陕西省艺术节专题
    · 第四届中国秦腔艺术节
    · 第二届陕西小戏小品大赛官方网站
    · 陕西省首届农民戏剧节官方网站
    · 回顾中国秦腔网遭黑客删空
    · 强制京剧进课堂引争议
    · 中央电视台戏曲频道节目表
    · 中国秦腔网[兰州戏曲周]
    · 首届陕西省大学生戏剧节
    · 创建戏曲网站的年轻人

    更多专题

    10 网 友 评 论:(只显示最新10条。网友评论内容,与中国秦腔网立场无关!)

    发表评论】【加入收藏】【告诉好友】【打印此文】【关闭窗口】