0
点赞
收藏
分享

微信扫一扫

jmeter之接口测试实现参数化(利用函数助手),参数值为1-9(自增的数字)

英乐 2024-01-26 阅读 11

显示:

实现: 

<view style="width: 100%;height: 500rpx; display: flex; justify-content:space-evenly;align-items: center; ">
  <view style="width: 200rpx;height:100rpx;background-color: aqua; display: flex; align-items: center; justify-content: center;box-shadow: 0 0 10px darkgray">元素1</view>
  <view style="width: 200rpx;height:100rpx; background-color:yellow; display: flex; align-items: center; justify-content: center;">元素2</view>
</view>

关键代码:center;box-shadow: 0 0 10px darkgray

举报

相关推荐

0 条评论