<div class="codetitle"> <span><a style="CURSOR: pointer" data="74984" class="copybut" id="copybut74984" onclick="doCopy('code74984')"><u>Copy code</u></a></span> The code is as follows:</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>The short URL of this article: </div>").css("font-weight", "normal" ) <br>.css("font-size", "12px") <br>.append($("<a>" data "</a>").attr("href", data)) <br>.appendTo(".post .postTitle"); # This line requires special processing, but generally there is no need to modify it in the blog park. <br>}); <br>}); <br>< /script> <br> </div>