国产精品天干天干,亚洲毛片在线,日韩gay小鲜肉啪啪18禁,女同Gay自慰喷水

歡迎光臨散文網(wǎng) 會員登陸 & 注冊

漢字不常用字字典-微信小程序

2023-04-29 05:51 作者:機(jī)器朗讀  | 我要投稿

wxml file:


<view class="container">
 ?<view class="search-bar">
 ? ?<input class="search-input" placeholder="請輸入漢字" bindinput="searchChar" />
 ? ?<button class="search-btn" bindtap="search">搜索</button>
 ?</view>
 ?<view class="char-info">
 ? ?<view class="char">{{char}}</view>
 ? ?<view class="pinyin">{{pinyin}}</view>
 ? ?<view class="radicals">{{radicals}}</view>
 ? ?<view class="stroke-count">{{strokeCount}}</view>
 ?</view>
</view>

js file:


Page({
 ?data: {
 ? ?char: '',
 ? ?pinyin: '',
 ? ?radicals: '',
 ? ?strokeCount: '',
 ?},

 ?searchChar: function(event) {
 ? ?this.setData({
 ? ? ?char: event.detail.value
 ? ?});
 ?},

 ?search: function() {
 ? ?wx.request({
 ? ? ?url: 'https://api.example.com/search',
 ? ? ?data: {
 ? ? ? ?char: this.data.char
 ? ? ?},
 ? ? ?success: (res) => {
 ? ? ? ?this.setData({
 ? ? ? ? ?pinyin: res.data.pinyin,
 ? ? ? ? ?radicals: res.data.radicals,
 ? ? ? ? ?strokeCount: res.data.strokeCount,
 ? ? ? ?})
 ? ? ?}
 ? ?})
 ?}
})

wxss file:


.container {
 ?display: flex;
 ?flex-direction: column;
 ?align-items: center;
}

.search-bar {
 ?display: flex;
 ?justify-content: center;
 ?margin-top: 20rpx;
}

.search-input {
 ?width: 50%;
 ?height: 80rpx;
 ?padding: 0 20rpx;
 ?border: 1rpx solid #ccc;
 ?font-size: 32rpx;
 ?margin-right: 20rpx;
}

.search-btn {
 ?width: 30%;
 ?height: 80rpx;
 ?background-color: #007aff;
 ?color: #fff;
 ?font-size: 32rpx;
 ?border: none;
 ?border-radius: 5rpx;
}

.char-info {
 ?margin-top: 30rpx;
 ?display: flex;
 ?flex-direction: column;
 ?align-items: center;
}

.char {
 ?font-size: 80rpx;
 ?font-weight: bold;
}

.pinyin {
 ?font-size: 40rpx;
 ?margin-top: 10rpx;
}

.radicals {
 ?font-size: 30rpx;
 ?margin-top: 10rpx;
}

.stroke-count {
 ?font-size: 30rpx;
 ?margin-top: 10rpx;
}

json file:



{
 ?"navigationBarTitleText": "漢字不常用字字典"
}


漢字不常用字字典-微信小程序的評論 (共 條)

分享到微博請遵守國家法律
布拖县| 仙居县| 精河县| 山丹县| 青神县| 岐山县| 同心县| 离岛区| 格尔木市| 汪清县| 永嘉县| 开化县| 当涂县| 淮安市| 拜泉县| 镶黄旗| 铅山县| 永吉县| 荣成市| 白银市| 越西县| 胶州市| 光山县| 南陵县| 钦州市| 怀远县| 嘉禾县| 宁波市| 中卫市| 茌平县| 扎鲁特旗| 大方县| 大安市| 班戈县| 青冈县| 贡觉县| 策勒县| 祁门县| 会泽县| 无极县| 岳普湖县|