|
格法:我就是不了解为什么那么多人问,你干吗,这里面有什么,让你学这个!你干吗不搞你原来电脑。这个是我最难受的时候。太多了。就是不懂京剧,不懂这个为什么它叫国粹。都懂它叫国粹,不知道为什么叫国粹,百分之九十九点九九九九。国粹这两个字已经是开玩笑,已经在中国变成一个开玩笑。
格法在伊朗出生英国长大,他32岁来北京学习京剧,至今已经14年。因为学的是猴戏,大家都叫他洋猴王。
我们去年见到格法的时候,他正在准备2006年12月份在上海的一场演出。为了让外国人能更好地了解京剧,他把京剧《美猴王》改编成了英文版,而且每次演出他都会找几个普通外国人来扮演戏中的小角色,比利时人安利就会在这次演出中扮演土地。
格法:你怎么知道这是京剧?
老太太:你的姿势就是京剧的动作。
格法:是吗?能看出来?有可能是地方戏啊!
老太太:不是。
格法:为什么?
老太太:京剧很有规矩的。
格法:规矩?您喜欢京剧吗?
老太太:现在不太看,以前看的。看不太懂,要看词才听得懂。
格法是在北京戏校学的京剧。十四年来,他每天都要压腿练功。在中国,学京剧讲的是童子功,通常在年龄很小的时候开始练,而格法刚开始压腿的时候就已经三十二岁了。 [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)
%> |