重置iPhone

有关如何重置iphone的提示以及硬重置,软重置或恢复出厂设置等术语之间的差异。

(function () { document.querySelector(".jump-group").addEventListener("submit", function (e) { e.preventDefault(); var num = parseInt(this.querySelector("input").value); var url = window.location.href; var total = parseInt(this.querySelector(".total").innerText); var path = url.substring(0, url.lastIndexOf('/') + 1); if (num <= total & num > 1) { if (url.indexOf("how-to.html") > 0) { window.location.href = path + "how-to/" + num + ".html"; } else { window.location.href = path + num + ".html"; } } else { alert("submit failed! please enter again.") } }) })()