|
作者:六盘武生 来源:中国秦腔网 时间:2004-4-22 |
|
酸楚、无奈道出,如泣如诉!她通过对人物心理的准确揣度和把握,恰当地表现了生活的磨难,世事的艰辛,深刻地反映了生活疾苦的现实。通过李梅的演唱和表演,让观众看到了雪梅坚强的性格和宽阔的胸怀,从侧面也呼唤人们找回善良忠厚、忍让的优秀品质,具有很深刻的教育意义,人在世上就该懂得时刻为家庭为别人考虑,奉献爱心,不能只顾及自己的个人利益。三十六载,无情的岁月令雪梅的青丝变白发,但她是伟大的,长女如母,她是弟妹们的灯塔。无私的奉献,无限的爱心,三十六年她读懂了人生的意义,迟开的玫瑰也是芳香四溢!
以上就是自己看了《迟开的玫瑰》后的一点个人感受,因为本人对眉户丝毫不懂,加之才疏学浅,文字功夫不到家,不能完全写出自己对这出戏的积极评价,胡言乱语写了这些,主要是想推荐大家看这部戏,的确是很有价值的一部戏。
相关评论>>> 上一页 [1] [2]
<%
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)
%> |