This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!--Design by Cotpear _Start--> | |
請輸入密碼,以顯示內容。 | |
<input class="form-control" id="pwd" type="text" /> | |
<button class="btn btn-info" id="submitPwd" style="text-align: center;">解密</button> | |
<script> | |
var code="將您的密文貼至於此" | |
$(() => { | |
$("#submitPwd").click(() => { | |
try { | |
$("#result").html( |