需要拨打电话的地方:
<a href="tel:10086">10086</a>
发短信:
<a href="sms:18688888888">发短信</a>
js调用
<button onclick="callphone()">10086</button>
<script>
function callphone(){
window.location.href = "tel:10086";
}
</script>
欢迎访问我的个人博客–付博瀚的个人博客