|
作者:华原人 来源:中国秦腔网 时间:2006-3-11 17:55:40 |
|
李应真(1937—1971) 秦腔女演员、工青衣兼闺阁旦、花旦。共青团员。陕西省米脂县人。自幼父母双亡,随兄度日。1948年参加陕甘宁边区民众剧团。曾有人回忆当时招收她的印象:虽衣衫褴褛,但难掩其天生丽质;白皙的脸庞透出一袭灵犀的秀气;抬起头,唯见一双剪水秋瞳……。
西安解放后,她跟随剧团进入西安,后转入西北戏曲研究院、陕西省戏曲剧院。15岁时就以饰演《游龟山》里的胡风莲而出名,并与刘毓中、刘易平、张新华等众多名家聚集一台,参加第一届全国戏曲观摩演出大会,受到赞赏。曾荣获西北文化部颁发的演员甲等奖。1956年饰演《断桥》中的白云仙,在陕西省第一届戏曲观摩演出大会上获演员二等奖。1957年随陕西省秦腔电影剧团赴长春电影制片厂,拍摄第一部秦腔彩色艺术片《火焰驹》。曾两次随陕西省赴京演出团晋京汇报演出,并巡回大江南北13个省、市。她以其短暂的年华饰演了大量不同类型的角色,如《四进士》的杨素贞、《鱼腹山》的王兰英、《窦娥冤》的窦娥、《飞虹山》的郑飞虹、《雷锋》的雷母、《丰收之后》的赵五婶等。有以花旦应工的,有以青衣应工的,还有小旦、靠把或介乎闺阁、青衣之间的。角色跨度大,年龄悬殊,性格各异,但她演来各具特色。尤其是白云仙、窦娥、郑飞虹等人物给观众留下了深刻印象。其唱腔委婉清丽,扮相俊秀,身段优美,表演逼真自然,
感情真挚奔放。还善于运用手中信物等道具,为角色增辉。专家认为她的表演艺术熔“深、细、真、很”于一体。评语曰:“龙笛凤笙,瑟声相应”。被誉为陕西省戏曲剧院的“四大名旦”之首。“文革”中以“三名三高”备受折磨,后病故,时年仅34岁。
<%
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)
%> |