1.没有document对象的小程序,怎么对标签进行操作
index.wxml: <input bindinput="bindKeyInput">
index.js:
binkKeyInput:function(e){
this,setData({
inputValue:e.detail.value//inputValue在data中注册,可被页面其他地方引用
})
}
1.没有document对象的小程序,怎么对标签进行操作
index.wxml: <input bindinput="bindKeyInput">
index.js:
binkKeyInput:function(e){
this,setData({
inputValue:e.detail.value//inputValue在data中注册,可被页面其他地方引用
})
}
本文标题:小程序初体验
本文链接:https://www.haomeiwen.com/subject/uklinftx.html
网友评论