当前位置:网站首页>最近小程序开发记录
最近小程序开发记录
2022-07-06 18:27:00 【不要社工我】
都是一些js相关的。
<view wx:for="{ {[11,22,33,44]}}">{ {index}} 循环次数 { {item}}</view>
=====================
<view style="width: 300px; height: 300px; background-color: aquamarine;"
bindtap="onTap" data-title="哈哈哈"
>
{ {name}}
</view>
onTap: function(res){
var get = res.currentTarget.dataset.title
console.log(get)
this.setData({
name:get
})
=====================
view中文字不能换行
style="word-break: break-all;"
=====================
正则表达式
js的正则表达式匹配如下
<ol>
<li ><a href="./qqyinliu.html" >方法技巧 - QQ引流</a></li>
</ol>
匹配不到,搜索得知.不能匹配空格和换行。
用如下方法
var pattern_url = /<ol>[\s\S]*<\/ol>/gm;
解析如下:
[\s\S]*是完全通配的意思,\s是指空白,包括空格、换行、tab缩进等所有的空白,而\S刚好相反,这样一正一反下来,就表示所有的字符。
“[ ]”是范围描述符。[]这个符号,表示在它里面包含的单个字符不限顺序的出现
=====================
按钮的文字不换行
<button
style="
padding-left: 10px;
margin-left: 10px;
width:max-content ;"
open-type="contact"
bindcontact="handleContact">
对项目有疑问?点击反馈
</button>
=====================
rich-text 文字可复制
<rich-text class="text" nodes="{ {all_content}}" user-select="true">
</rich-text>
边栏推荐
- 【唯一】的“万字配图“ | 讲透【链式存储结构】是什么?
- Flir Blackfly S 工业相机:自动曝光配置及代码
- 盒子拉伸拉扯(左右模式)
- Modify the system time of Px4 flight control
- 刨析《C语言》【进阶】付费知识【一】
- PartyDAO如何在1年内把一篇推文变成了2亿美金的产品DAO
- Command injection of cisp-pte
- Integrated navigation: product description and interface description of zhonghaida inav2
- js如何快速创建一个长度为 n 的数组
- Halcon knowledge: segment_ contours_ XLD operator
猜你喜欢
ROS learning (26) dynamic parameter configuration
Basic introduction and use of dvajs
[unique] what is the [chain storage structure]?
Introduction to microservice architecture
组合导航:中海达iNAV2产品描述及接口描述
C语言关于链表的代码看不懂?一篇文章让你拿捏二级指针并深入理解函数参数列表中传参的多种形式
Batch delete data in SQL - set in entity
Appium automation test foundation uiautomatorviewer positioning tool
ROS學習(23)action通信機制
永久的摇篮
随机推荐
Drag to change order
组合导航:中海达iNAV2产品描述及接口描述
The foreground downloads network pictures without background processing
初识MySQL
AcWing 344. Solution to the problem of sightseeing tour (Floyd finding the minimum ring of undirected graph)
爬虫实战(六):爬笔趣阁小说
ROS学习(二十)机器人SLAM功能包——rgbdslam的安装与测试
刨析《C语言》【进阶】付费知识【一】
MySQL execution process and sequence
Mongodb checks whether the table is imported successfully
Date processing tool class dateutils (tool class 1)
Shortcut keys commonly used in idea
The cradle of eternity
String to date object
ROS learning (25) rviz plugin
Blackfly S USB3工业相机:缓冲区处理
AcWing 345. Cattle station solution (nature and multiplication of Floyd)
JS es5 peut également créer des constantes?
Modify the system time of Px4 flight control
使用nodejs完成判断哪些项目打包+发版