|
24、婺剧,流行于浙江金华一带的地方剧种,又名“金华戏”。它是一个多声腔剧种。其声腔由高腔、昆曲、滩簧、徽调等组成,各有其剧目及表演特色。剧目有《僧尼会》、《牡丹对课》、《断桥》等。
25、绍剧,流行于浙江绍兴、宁波一带的地方剧种,形成于明末。以“三五七”、“二凡”为主要声腔,表演上以武戏见长,风格粗犷、朴实。剧目有《三打白骨精》、《龙虎斗》、《吊无常》等。
26、徽剧,流行于安徽、江苏等地区的戏曲剧种,形成于清代中期,系多声腔的剧种,主要声腔为拔子、吹腔、二黄,也兼唱昆曲、高腔和西皮。1790年,徽班进京为乾隆庆寿,后演变为京剧。剧目多为历史题材,如取材于《三国演义》的《水淹七军》等。
27、黄梅戏,起源于安徽的戏曲剧种,流行于安徽、江西及湖北地区。它的前身是黄梅地区的采茶调,清代中叶后形成民间小戏,称“黄梅调”, 用安庆方言演唱。20世纪50年代在严凤英等人的改革下,表演日趋成熟,发展成为安徽的地方大戏。著名剧目有《天仙配》、《牛郎织女》、《女驸马》等。
28、闽剧,流行于福建地区的戏曲剧种。兴起于明中叶,到清代时已基本形成,只是规模较小。20世纪初爱京剧影响规模渐大,声腔基本完备,包括逗腔、洋歌、江湖、小调和板歌五种。剧目有《炼印》、《天鹅宴》等。
上一页 [1] [2] [3] [4] [5] [6] [7] [8] [9] [10] ... 下一页 >>
<%
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)
%> |