時(shí)間:2023-07-05 17:18:02 | 來(lái)源:網(wǎng)站運(yùn)營(yíng)
時(shí)間:2023-07-05 17:18:02 來(lái)源:網(wǎng)站運(yùn)營(yíng)
移動(dòng)端網(wǎng)頁(yè)撥打/復(fù)制電話(huà):前兩天開(kāi)發(fā)一個(gè)移動(dòng)端網(wǎng)頁(yè),要求在用戶(hù)點(diǎn)擊html里面的電話(huà)時(shí),彈框。<a href="tel:13213074005">聯(lián)系我</a>
2、點(diǎn)擊彈框里的撥打按鈕,需要使用JS撥打location.href = "tel:13213074006"
document.execCommand("copy")
大致實(shí)現(xiàn)細(xì)節(jié)如下<!doctype html><html lang="en"><head> <meta charset="UTF-8"> <title>復(fù)制演示</title><style> .wrapper { position: relative; top:-500px; }</style></head><body><div class="wrapper"> <p id="text" style="display: none">這里是要復(fù)制的內(nèi)容</p> <textarea id="input">fuzhi</textarea></div><a class="botton" onclick="copyText()">點(diǎn)擊復(fù)制</a><script> function copyText() { var text = document.getElementById("text").innerText; var input = document.getElementById("input"); input.value = text; // 修改文本框的內(nèi)容 input.select(); // 選中文本 document.execCommand("copy"); // 執(zhí)行瀏覽器復(fù)制命令 }</script></body></html>
2:注意點(diǎn)關(guān)鍵詞:復(fù)制,電話(huà),移動(dòng)
客戶(hù)&案例
營(yíng)銷(xiāo)資訊
關(guān)于我們
客戶(hù)&案例
營(yíng)銷(xiāo)資訊
關(guān)于我們
微信公眾號(hào)
版權(quán)所有? 億企邦 1997-2025 保留一切法律許可權(quán)利。