0
点赞
收藏
分享

微信扫一扫

HCIA——19通用图灵机、冯诺依曼模型

心如止水_c736 2024-01-24 阅读 14

<button>普通按钮</button>
<button type="primary">主色调按钮</button>
<button type="warn">警告按钮</button>



<button size="mini">普通按钮</button>
<button type="primary" size="mini">主色调按钮</button>
<button type="warn" size="mini">警告按钮</button>


<button size="mini" plain>普通按钮</button>
<button type="primary" size="mini" plain>主色调按钮</button>
<button type="warn" size="mini" plain>警告按钮</button>

 

属性type:种类

属性size:大小

属性plain:镂空

举报

相关推荐

0 条评论