【发布时间】:2013-12-02 04:29:44
【问题描述】:
这是来自潘多拉一号源代码第 2918-2924 行 (查看源:http://www.pandora.com/)在谷歌浏览器上
<script id="audioQualityUpsaleTmpl" type="text/x-jquery-tmpl">
<div class="upsale_container clearfix">
<h2>Enjoy Higher Quality Audio</h2>
<p>When Listening on the web, experience music at 192K bits per second. <br/>More bits means
better sounding Audio.
</p>
<div id="audioSample">
<object width="236" height="35">
<param value="high" name="quality">
<param value="transparent" name="wmode">
<param value="always" name="allowScriptAccess">
<param value="/static/pandora_one/flash/pandoraone_sampler.swf" name="movie">
<embed width="236" height="35" allowscriptaccess="always" wmode="transparent"
src="/static/pandora_one/flash/pandoraone_sampler.swf">
</object>
</div>
{{tmpl "#upgradeForUpsaleTmpl"}}
</div>
</script>
有人可以向我解释一下这部分代码的用途吗?
谢谢
【问题讨论】:
-
请将您有兴趣获得解释的行复制到您的问题中。
标签: html google-chrome pandora