辋川集

木末芙蓉花,山中发红萼,涧户寂无人,纷纷开且落

By - 陳 瞽鱦

听歌学英文16首

无意间从简书发现的一篇文章,作者对英文歌曲,歌曲背后的故事,都有一定的研究,她推荐的这张歌单,点进网易云音乐,评论数基本都是999+,虽然好听的歌评论数不一定高,但评论高的歌,一般她不会差到哪里去。
什么样的歌适合学英文?我个人的理解,歌词有内容,节奏不能太快,曲调悠扬,歌手的声音好听,且吐字清晰(周杰伦就不要唱了)……
列印歌单,也复习一点jQuery的知识:

Title Singer Album
Try Colbie Caillat Gypsy Heart Side A
Secrets OneRepublic Secrets
Look Back Tone Damli Look Back
Waterfall Joni A Dal 2014
Porcelain Rachel Taylor Come Alive
Stardust Mika/莫文蔚 Stardust
Hollow Janet Leon Hollow
Blue Keith Hanley Hush
Let Me In Nomi Let Me In
A Little Braver New Empire In A Breath
Wonderful U – Demo Version AGA Ginadoll
Yesterday Toni Braxton Pulse (Deluxe)
Say It Again Frances Say It Again
Butterflies Alex G Alex G
Fingerprints Kari Kimmel Fix You Up
I’m Sorry Sibel The Diving Belle

下面的内容可能会有些违和:

(function(doc){
    var js = doc.createElement('script');
    js.src = '//cdn.bootcss.com/jquery/1.12.4/jquery.js';
    var fs = doc.getElementsByTagName('script')[0];
    fs.parentNode.insertBefore(js, fs);
})(document);
function print(){console.log($(this).text())}
// print album name
$('td div.text:odd').each(print)
//print singer name
$('td div.text:even').each(print)

注入jQuery和print函数可以混淆之后简化:

(function(a){var b=a.createElement("script");b.src="//cdn.bootcss.com/jquery/1.12.4/jquery.js";a=a.getElementsByTagName("script")[0];a.parentNode.insertBefore(b,a)})(document);function print(){console.log($(this).text())};

Leave a Reply

Your email address will not be published.
*
*