|
作者:方不割 来源:人民日报海外版 时间:2008-1-7 9:03:30 |
|
,只是有感于昆曲的今昔冷热。无疑,昆曲是具有“梦幻之美”、“深情之美”、“悲壮之美”、“苍凉之美”、“诙谐之美”、“灵异之美”、“风雅之美”等美的特质的。早在于丹之前,余秋雨先生就曾应台湾《联合报》之邀,在台北某图书馆发表了一次有关昆曲的演讲,后由漓江出版社结集出书,在演讲中,余秋雨也描述了昆曲的崇高地位,称“昆曲从16世纪后期到18世纪末曾在中国制造过长达两百余年的社会性痴迷”。后来余秋雨还出了本昆曲的普及图书《笛声何处》(古吴轩出版社)。昆曲的冷热,似乎以2001年为界,这一年的5月18日,联合国教科文组织宣布第一批“人类口头和非物质遗产代表作”名录,昆曲艺术获得全票通过,成为19个“人类口头和非物质遗产代表作”之一。其实,无须联合国承认,我们翻一下戏剧史即可知,昆曲是真正的国剧,但是,中国人对于祖宗传下来的好东西,必须经过外人承认、必须经过专家大力揄扬,这似乎才认识到它的价值。昆曲,此前就没有现在这样热闹,于丹这本书如果早生10年,怕是两万册也不敢印。
“不到园林,怎知春色如许。”(《牡丹亭》)如果你真的喜欢昆曲,那就去搜索,去读《昆剧发展史》,去看演出吧。通过于丹亲近昆曲,也是其中一法,但非唯一。现在听流行歌曲也能遇到昆曲了,王力宏有首歌曲《在梅边》,完全从汤显祖《牡丹亭。寻梦》中化出。但你难道能说是王力宏普及了昆曲?
上一页 [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)
%> |