栏目链接数据.js 260 Bytes Raw Blame History Permalink 1 2 3 4 5 6 7 8 9 var TAXONNOMY_LINK_LIST = {}; $('#taxonomy .menu-item__link').each(function (index) { TAXONNOMY_LINK_LIST[index] = { 'taxonomy':$(this).text(), 'url':/[0-9]*$/.exec($(this).attr('href'))[0] }; }); console.log(JSON.stringify(TAXONNOMY_LINK_LIST));