注定与这个电视机无缘了。6号用了各种券包括95折券后能做到4192,但犹豫了一个多小时就涨价了。这几天一直在观望,最便宜是4299,现在4259到手,偏偏又没货了。
(function() {
// Load the script
var script = document.createElement("SCRIPT");
script.src = 'https://apps.bdimg.com/libs/jquery/2.1.4/jquery.min.js';
script.type = 'text/javascript';
document.getElementsByTagName("head")[0].appendChild(script);
// Poll for jQuery to come into existance
var checkReady = function(callback) {
if (window.jQuery) {
callback(jQuery);
}
else {
window.setTimeout(function() { checkReady(callback); }, 100);
}
};
// Start polling...
checkReady(function($) {
$('#m-playlist')
var text = "";
$(window.contentFrame.document).find('#m-playlist .m-table tbody tr').each(function(){
text +=($(this).children('td:eq(3)').children('div').attr('title')+" - "+$(this).find("b").attr("title")+""+"");
});
$(window.contentFrame.document).find('body').append(""+text+""); });
})();
首先感谢楼主和15楼的大佬,但我实测发现一个问题,导出的列表歌曲之间没有换行,混在一起,在转换平台无法识别,经过一番研究,加了一段换行代码,成功导出。
关注数量超出限制,
请先删除部分内容再尝试