最美情侣中文字幕电影,在线麻豆精品传媒,在线网站高清黄,久久黄色视频

歡迎光臨散文網(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": "漢字不常用字字典"
}


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

分享到微博請遵守國家法律
白朗县| 宁远县| 吉安县| 志丹县| 瓦房店市| 南召县| 广西| 双城市| 丹棱县| 教育| 麟游县| 晋宁县| 麦盖提县| 新野县| 油尖旺区| 子洲县| 屏东市| 平湖市| 沾益县| 神木县| 舒城县| 稻城县| 贵溪市| 通州区| 长海县| 建水县| 广饶县| 潮州市| 余干县| 四子王旗| 肇庆市| 新竹县| 伊宁县| 康保县| 浙江省| 尼勒克县| 瓮安县| 上虞市| 苗栗市| 芒康县| 许昌县|