💎一站式轻松地调用各大LLM模型接口,支持GPT4、智谱、星火、月之暗面及文生图 广告
[TOC] # 案例1:表单控件 ``` <form name="" action="" method="" enctypr="" target=""> …… <input type="" name=""/> <select></select> <button></button> <textarea></textarea> </form> ``` ![](https://img.kancloud.cn/f0/81/f081369db0be47e59dccf0b09a507333_462x162.png) ![](https://img.kancloud.cn/c7/c3/c7c33872a238f0a638b9582af49a5815_510x455.png) # 案例2:百度搜索 ![](https://img.kancloud.cn/f9/2d/f92dd6b75e262c1872e47e3b35cc8c41_627x285.png) # 案例3:百度图库搜索 ![](https://img.kancloud.cn/41/79/4179cc04a412c96888f3245e99f7dea3_652x355.png) # 案例4:课程评价界面 ``` form>fieldset>legend ``` ![](https://img.kancloud.cn/1e/fb/1efbf994711d59426ac58c8854a36e0f_529x459.png) ``` <label for="id">被点击文本</label> ``` ![](https://img.kancloud.cn/ef/ef/efef777ca88e1e8fdc6b98f4a86344e6_429x137.gif)