JS版
<script> document.write("<a class=foot3 href='"); document.write("tel:12345678'"); document.write(">电话</a>"); </script> <script> document.write("<a class=foot4 target=_blank href='"); document.write("sms:13000000000'"); document.write(">短信</a>"); </script>
网页版。。。。