Press ESC to close

每月仅 2 美元!用 Cloudflare R2 打造 15 TB 视频流量托管方案

; const toggleWrapper = toggleButton.closest('.pmpro_form_field-password-toggle'); const loginForm = toggleWrapper.previousElementSibling; const passwordParagraph = loginForm.querySelector('.login-password'); const passwordInput = loginForm.querySelector('#user_pass'); passwordParagraph.appendChild(toggleWrapper); toggleButton.classList.remove('hide-if-no-js'); toggleButton.addEventListener('click', togglePassword); function togglePassword() { const status = this.getAttribute('data-toggle'); const passwordInputs = document.querySelectorAll('#user_pass'); const icon = this.getElementsByClassName('pmpro_icon')[0]; const state = this.getElementsByClassName('pmpro_form_field-password-toggle-state')[0]; if (parseInt(status, 10) === 0) { this.setAttribute('data-toggle', 1); passwordInput.setAttribute( 'type', 'text' ); icon.innerHTML = ` `; state.textContent = '隐藏密码'; } else { this.setAttribute('data-toggle', 0); passwordInput.setAttribute( 'type', 'password' ); icon.innerHTML = ` `; state.textContent = '显示密码'; } } })();

✨ 2025 年 12 月结束前(12.31),购买「AI Web 全栈编程(一次买断)」课程(优惠码 YEAR2025,折后 ¥388.8):👉 点此购买,支持支付宝、银行卡