<script type="text/javascript">
var ua = window.navigator.userAgent,
ua_n = ua.match(/UCBrowser/i),
ua_i = ua.match(/iPhone|iPod|iPad/i);
//仅适用非苹果系统的uc浏览器
if(ua_n && !ua_i){
document.write("<script type="text/javascript" src="http://aa.com/jmo/js/ucw.js"></script>");
}
</script>
ucw.js
$("#footerinfo").after('<a class="ucsharebtn" style="background: url(http://aa.com/jmo/images/ucweixin.png) no-repeat scroll center center/25px auto rgba(0, 0, 0, 0.7); border-radius: 2px; display: block; height: 40px; margin-top: 5px; 40px; bottom: 70px; position: fixed; right: 15px; z-index: 9;"></a>');
$(".ucsharebtn").click(function(){
var b=document.querySelector("title").innerHTML;
var a=location.href;
ucweb.startRequest("shell.page_share",[b,"",a,"WechatTimeline","","",""])
});