微信小程序之base64加密解密wxml代码
admin 172 2019-02-26 22:59:27
<view>
<form bindsubmit="getResult">
<input focus class="input" maxlength="1000" name="content" placeholder="请输入内容" type="text" value="{{content}}"></input>
<button class="button" data-type="encode" formType="submit">加密</button>
<button class="button" data-type="decode" formType="submit">解密</button>
</form>
<view class="result" hidden="{{!result}}">
<view class="showResult">{{result}}</view>
<button bindtap="clear" class="result-button">清空</button>
<button bindtap="copy" class="result-button">复制</button>
</view>
</view>
To share this paste please copy this url and send to your friends
预览
还没有评论.
最新分享
- PHP用redis实现计数器功能从而实现限流
PHP | 48 | 2周前
- PHP批量下载QQ空间相册照片链接
PHP | 42 | 2周前
- PHP对一个接口进行请求次数限制
PHP | 32 | 2周前
- PHP汉字转拼音类文件
PHP | 34 | 2周前
- laravel 表单验证 api自定义错误信息返回json 与 路由别名场景验证
PHP | 37 | 2周前
- QQ或微信内打开网站提示用浏览器打开代码
PHP | 57 | 3周前
- 简易防CC攻击刷新跳转代码
PHP | 55 | 3周前