type
Post
status
Published
date
Dec 10, 2019
slug
summary
tags
小程序
category
技术分享
icon
password
js
😀
微信小程序不支持html中的上标<sup>与下标<sub>标签元素,当我们需要显示数学符号或者单位符号中上下标时,只有自己定义css模拟相应的效果
在app.wxss中:
Loading...