微信小程式input

2021-09-18 01:50:55 字數 528 閱讀 5236

index.wxml

新增檢視

稅前收入:

這裡的標籤相當於html裡的div、h1、span、acronym、abbr、address等等,詳細在網上另查閱。

我在這裡主要是想釐清標籤裡的內容。

1.   'class'型別裡我放置了'area_input',

2.   'type'型別裡放置了'number','type'可以賦值三種:number(純數字的輸入框)、idcard(身份證型別的輸入框)、digit(帶小數點的輸入框).通俗一點就是:使用者拿手機想輸入數字時,number只有數字和刪除鍵;idcard有數字、刪除鍵和x;digit有數字、小數點和刪除鍵。

3.'onblur'型別放置『事件』,這裡事件為『bindkeyinput』

4.'placeholder'為佔位符,我理解為:在輸入框內的東西,對於程式沒有影響

5.『value』,這裡將使用者輸入的值賦予value,記得要用}括起來

6.『focus』為獲取焦點,不是必要的

微信小程式把玩(十七)input元件

input輸入框使用的頻率也是比較高的。樣式的話自己外面包裹個view自己定義。input屬性也不是很多,有需要自己慢慢測,嘗試 主要屬性 placeholder 請輸入賬號 placeholder style color red bindinput listenerphoneinput view ...

微信小程式把玩(十七)input元件

原文 input輸入框使用的頻率也是比較高的。樣式的話自己外面包裹個view自己定義。input屬性也不是很多,有需要自己慢慢測,嘗試 主要屬性 placeholder 請輸入賬號 placeholder style color red bindinput listenerphoneinput vi...

微信小程式登入介面input條件

請輸入手機號 input in2 bindinput value2 name in2 type password placeholder 請輸入密碼 input btn bindtap deng type primary 登入 button btn bindtap zhuce type primar...