💎一站式轻松地调用各大LLM模型接口,支持GPT4、智谱、星火、月之暗面及文生图 广告
~~~ <title>Document</title> <style> *{margin:0;padding:0} .input,.btn{ width:100px; height:40px; border:1px solid #333; } .btn{ box-sizing: content-box; } </style> </head> <body> <div> <input type="text" class="input"> </div> <div> <input type="submit" class="btn"> </div> </body> ~~~