(function($){ obj = eval( '({"\u5168\u8eab\u30b3\u30fc\u30c7\u30a3\u30cd\u30fc\u30c8":"1010","\u30b3\u30fc\u30c7\u30a3\u30cd\u30fc\u30c8":"1010","\u6625\u7269\u30fb\u5168\u8eab\u30b3\u30fc\u30c7":"0","\u51ac\u7269\u30fb\u5168\u8eab\u30b3\u30fc\u30c7":"147","\u5168\u8eab\u30b3\u30fc\u30c7(ALL)":"0","\u30b8\u30e3\u30f3\u30d1\u30fc\u30fb\u30b3\u30fc\u30c8\u6709":"0","\u30e9\u30a4\u30c8\u30a2\u30a6\u30bf\u30fc\u5168\u822c":"126","\u30ab\u30fc\u30c7\u30a3\u30ac\u30f3":"52","\u30d1\u30fc\u30ab\u30fc":"38","\u30c6\u30fc\u30e9\u30fc\u30c9\u30b8\u30e3\u30b1\u30c3\u30c8":"54","\u30cb\u30c3\u30c8\u30bb\u30fc\u30bf\u30fc":"42","\u30c7\u30cb\u30e0\u30b8\u30e3\u30b1\u30c3\u30c8":"8","T\u30b7\u30e3\u30c4\u30fb\u30b7\u30e3\u30c4\u5168\u822c":"269","T\u30b7\u30e3\u30c4":"161","\u30b7\u30e3\u30c4":"108","\u30b8\u30e3\u30b1\u30c3\u30c8":"4","\u30b8\u30e3\u30f3\u30d1\u30fc\u5168\u822c":"4","\u30b9\u30bf\u30b8\u30e3\u30f3":"0","\u30c0\u30a6\u30f3\/\u4e2d\u7dbf\u30b8\u30e3\u30b1\u30c3\u30c8":"4","\u30e9\u30a4\u30c0\u30fc\u30b9\u30b8\u30e3\u30b1\u30c3\u30c8":"7","\u30df\u30ea\u30bf\u30ea\u30fc\u30b8\u30e3\u30b1\u30c3\u30c8":"11","\u305d\u306e\u4ed6":"1","\u30a2\u30a6\u30bf\u30fc\u30b8\u30e3\u30b1\u30c3\u30c8":"35","\u30b3\u30fc\u30c8":"9","\u30b3\u30fc\u30c8\u5168\u822c":"9","P\u30b3\u30fc\u30c8":"7","\u30c0\u30c3\u30d5\u30eb\u30b3\u30fc\u30c8":"2","\u30dc\u30c8\u30e0\u30b9\uff08\u30ba\u30dc\u30f3\uff09\u5168\u822c":"88","\u30ab\u30fc\u30b4\u30d1\u30f3\u30c4":"8","\u30c1\u30ce\u30d1\u30f3":"80","\u30c7\u30cb\u30e0":"23","\u30b7\u30e5\u30fc\u30ba\u5168\u822c":"81","\u30b7\u30e5\u30fc\u30ba":"81","\u5c0f\u7269\u30fb\u30b0\u30c3\u30ba\u5168\u822c":"148","\u30d9\u30eb\u30c8":"21","\u30dd\u30ed\u30b7\u30e3\u30c4":"20","\u30bf\u30f3\u30af\u30c8\u30c3\u30d7":"25","\u30ab\u30d0\u30f3":"39"})' ); $("#sidebar>dl").each(function(){ $(this).children("dd").each(function(){ if( obj[$(this).children("a").text()] != undefined ){ var html = $(this).children("a").html() + "("+obj[$(this).children("a").text()]+")"; $(this).children("a").html(html) } }); }) ; console.log(obj); $("#header_bar>nav div a").each(function(){ var text = $.trim($(this).text()); if( obj[text] != undefined ){ var html = $(this).html() + "("+obj[text]+")"; $(this).html(html) } }) })(jQuery)