|

[图]歌手黎亚淘汰后质疑《非常有戏》公平性(中国秦腔网 附图)
《非常有戏》开播还不到一个月,已经成为了热门节目,并且引发了不少争议。有人疑惑传统戏曲是否需要“赶时髦”,有人担心“明星是否仅仅只是来作秀”,有人质疑“比赛结果是否公正”,昨日更有某媒体揣测称该节目“即将没戏,不久就会被中途腰斩”。对此,总导演汪灏一一作出了回应。而外界的诸多说法,也在考验着节目能否做到名副其实的“有戏”。
质疑一:明星纯粹逢场作戏?
明星唱戏表现不一,不少人功底显然不尽如人意。有人则认为:“明星选手登台作秀,违背了中国传统戏曲‘台上一分钟,台下十年功’的精神。”
回应:关键要迈出这一步汪灏不赞同这样的抨击:“应该感谢他们为复兴传统戏曲做出的努力。明星们非常忙碌,能够抽出两三天的排练时间已经很不容易了。现在这么多明星尤其是偶像明星能够学上一小段戏曲,就能促进他们及其粉丝接触传统戏曲。跨过这个门槛,比什么都重要。否则,奢谈‘十年功’是毫无意义的。”
质疑二:专业强反被淘汰?
首场比赛中,从小学过豫剧的歌手黎亚不仅得分垫底,更在与新生代主持人袁成杰的对决中惨遭淘汰,该结果遭到了网友们的极大非议。
回应:一切取决于临场发挥汪灏说:“决定权在评委手里,他们看重的是选手的临场发挥而不是功底。同时,有基础的选手,评委会更加严格。 [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)
%> |