陣列訪問多個資料
1.js陣列快取
var lists=
var arr =
newarray(3
)arr[0]
=this
.bankid
arr[1]
=this
.nunmphone
arr[2]
=this
.idcar
lists.
push
(arr)
uni.
setstorage
()
2.style三元運算判斷
//判斷背景圖
="qianimg-s"
:style=
"">
//背景圖
="qianimg-s"
:style=
"">
uni.
showmodal
(else
if(res.cancel)}}
);
4.載入函式
onload:
function
(option)
onshow:
function
(option)
onready:
function
(option)
5.時間戳轉換
var now =
newdate
(el.createtime*
1000);
var year = now.
getfullyear()
;var month = now.
getmonth()
+1;if
(month <10)
var date = now.
getdate()
;if(date <10)
conslo.
log(year +
"-"+ month +
"-"+ date)
"enablepulldownrefresh"
:true
檔案onreachbottom
(e)
7.迴圈push從新構造新陣列
res.
foreach
(function
(el))}
)
8.轉json物件
var dtas =
json
.parse
(datad)
9.去掉重複陣列
// //去掉重複//
var specvalue=[1
,2,3
,4,5
]array.prototype.
distinct
=function()
} result.
push
(arr[i]);
}return result;
}this
.lstvalue = specvalue.
distinct()
;/
10.js找字串**現最多的字元
var str =
"nininihaoa"
;var o =
;for
(var i =
0, length = str.length; i < length; i++
)else
} console.
log(o)
;//輸出的是完整的物件,記錄著每乙個字元及其出現的次數
//遍歷物件,找到出現次數最多的字元的次數
var max =0;
for(
var key in o)
}for
(var key in o)
}
uni app學習基礎
通過vue cli命令列 環境安裝 全域性安裝vue cli npm install g vue cli建立專案 使用正式版 對應hbuilderx最新正式版 vue create dcloudio uni preset vue my project使用alpha版 對應hbuilderx最新alp...
uniapp 學習筆記
第一天學學習 1 看了官方文件 3 研究了下colorui 總結 超快猛的東西,太爽了。第二天 大老說 colorui 不太爽,換uview,1 研究這個框架研究了一上午,按官網git說明引用不好用,最後使用了絕招,直接複製main.js。他的文件就是大坑,浪費我三個小時。2 自己改介面寫自己需要的...
uni app的多選整理(傳引數)
checkbox 在這裡傳了三個引數,第乙個是e,第二個是展示的陣列,第三個是需要雙向繫結的字段 問題歸類 作業質量 view change event,zyzl wtglzl uni list cell uni list cell pd v for item in zyzl key item.va...