<div class="codetitle"> <span><a style="CURSOR: pointer" data="74984" class="copybut" id="copybut74984" onclick="doCopy('code74984')"><u>复制代码</u></a></span> 代码如下:</div> <div class="codebody" id="code74984"> <br><script type="text/javascript"> <BR>$(function(){ <BR>c_url = 'http://s8.hk:8088/s8/s?format=text&longUrl='; <BR>c_url += document.location.href; <BR>c_url += '&jsonp=?' <BR>$.getJSON(c_url, function(data){ <BR>$("<div>本文短址:</script> </div>").css("font-weight", "normal") <br>.css("font-size", "12px") <br>.append($("<a>"+data+"</a>").attr("href", data)) <br>.appendTo(".post .postTitle"); # 此行需要特殊处理,不过在博客园一般情况下是不用修改的。 <br>}); <br>}); <br> <br>