思路為建立六個唯讀密碼框 設定樣式 在外覆蓋乙個透明的密碼框 然後設定輸入事件 判斷輸入的長度來 在時間裡為唯讀密碼框輸入值
直接上**
<
!doctype html>
"en"
>
"utf-8"
/>
"viewport" content=
"width=device-width, initial-scale=1.0"
/>
"x-ua-compatible" content=
"ie=edge"
/>
document<
/title>
"">
<
/script>
<
/head>
#phonepassword
#phonepassword input
#phonepassword .inputtext
<
/style>
>
"phonepassword"
>
type=
"password"
maxlength=
"1" readonly
style=
"position:absolute;top:50px;left:0"
/>
type=
"password"
maxlength=
"1" readonly
style=
"position:absolute;top:50px;left:60px"
/>
type=
"password"
maxlength=
"1" readonly
style=
"position:absolute;top:50px;left:120px"
/>
type=
"password"
maxlength=
"1" readonly
style=
"position:absolute;top:50px;left:180px"
/>
type=
"password"
maxlength=
"1" readonly
style=
"position:absolute;top:50px;left:240px"
/>
type=
"password"
maxlength=
"1" readonly
style=
"position:absolute;top:50px;left:300px"
/>
type=
"number"
maxlength=
"6"class
="inputtext"
v-model=
"mypassword"
@input=
"bb"
/>
"aa"
>提交<
/button>
<
/div>
<
/div>
<
/body>
var vm =
newvue(,
mounted()
, methods:,bb
()for(
let i =
0; i <
this
.mypassword.length; i++)}
elseif(
this
.mypassword.length >6)
}}})
;<
/script>
<
/html>
神奇六位數
有乙個6位的正整數,它有個很神奇的性質 分別用2 3 4 5 6去乘它,得到的仍然是6位數,並且乘積中所包含的數字與這個6位數完全一樣!只不過是它們的順序重新排列了而已。請計算出這個6位數。這是乙個整數,請通過瀏覽器提交答案,不要填寫任何多餘的內容 比如說明性的文字 142857 include i...
數論 魔幻六位數
感覺就是很難的那種題 網上搜不到題解 自己又笨 只能到處問大神 我直接說思路了 顯然的,我們發現暴力很萎 雖然可以剪枝,但太複雜 我們就列舉最後一位,因為最後一位一定不會進製,所以我們就可以得出所有的數字了 然後是輪換排列,所以每個位子上會每個數會出現一次 那我們把列舉最後一位時所得到的一組數字加起...
VS2013產生隨機六位數
完整 include include includevoid main 很多教程裡會說要包含標頭檔案 include include include 但我在做乙個mfc的伺服器,沒用該標頭檔案也生成了隨機的六位數。srand time 0 srand函式是隨機 發生器的初始化 函式,srand函式在...