拨打电话:

    1. <div class="ub font9" id="xgfPhone">
    2. <a href="javascript:phone("+xgfPhone+")" id="xgfPhone"> </a>
    3. </div>
    4. function phone(xgfPhone){
    5. alert("xgfPhone--"+xgfPhone)
    6. window.location.href = 'tel://' + xgfPhone;
    7. $("#xgfPhone").text(xgfPhone);
    8. }
    9. window.location.href = 'tel://021-80117789';
    10. <a href="tel:021-80117789" class="service_tel">021-80117789</a>