股票名称股票代码关注度变化幅度(%)关注度变化值关注度最新价格南京中北0004213062.0%↑13889↑143434.79浙江美大0026772409.2%↑13689↑142579.01华东重机0026852365.3%↑13998↑145898.52千红制药0025502022.3%↑13869↑1455531.26钱江生化6007961983.7%↑13818↑145155.83杭锅股份0025341784.7%↑13888↑1466615.01亚星锚链6018901643.8%↑13680↑145127.85华宏科技0026451584.6%↑13628↑1448815.05华锐风电6015581471.6%↑14434↑154155.8新联电子0025461293.7%↑13429↑1446717.37苏大维格3003311007.6%↑8657↑9516-海源机械002529960.6%↑9562↑1055713.45玉龙股份601028844.0%↑13315↑148929.9雅化集团002497839.4%↑12968↑1451312.19金钼股份601958827.1%↑13670↑1532312.23小天鹅A000418780.6%↑6912↑779710.5海联讯300277626.5%↑1154↑1338-深 长 城000042560.8%↑1467↑172922.83成霖股份002047523.2%↑2609↑31073.07西水股份600291446.7%↑3698↑45259.55
$(function () { var $current = $("#Page a.current"); $("body").keydown(function (event) { if (event.keyCode == 37) { var $prev = $current.prev("a"); if ($prev != null && $prev.length > 0) { window.location.href = $prev.attr("href") } } if (event.keyCode == 39) { var $next = $current.next("a"); if ($next != null && $next.length > 0) { window.location.href = $next.attr("href") } } }) });