人工智能助手 - 免费在线问答平台
<div class='button-container'>
<button id='answer' onclick='callCHATGPT()' autocomplete='off' class='btn btn-large' href='#'
style='background-color: #333; color: #f4f4f4; border-radius: 10px'>回答</button>
<br>
<br>
<button onclick='save()' autocomplete='off' class='btn btn-large' href='#'
style='background-color: #333; color: #f4f4f4; border-radius: 10px'>保存</button>
</div>
<div class='form-group'>
<label></label>
<textarea class='form-control' id='chatgpt-response'
placeholder='长途访问,请耐心等待回答 Ai生成它很快,但是由于网络问题我们需要等待,通常内容越长等待越久 如果长时间没反应请刷新页面重试' rows='26'
resize='none'
style='width: 100%;height: auto; margin: 0 auto; background-color: #f4f4f4; color: #333; border: 1px solid #ccc; border-radius: 10px; overflow: scroll;'></textarea>
</div>
</div>
<script>var OriginTitile = document.title; var st; document.addEventListener('visibilitychange', function () { if (document.hidden) { document.title = '(つェ⊂)浏览器崩溃了'; clearTimeout(st); console.log('hide'); } else { document.title = '(≧∇≦)ノ 又好了~ ' + OriginTitile; console.log('show'); st = setTimeout(function () { document.title = OriginTitile; }, 4000); console.log('endChange='); } });</script>
<script src='static/js/L2Dwidget.min.js'></script>
<script>L2Dwidget.init({ 'pluginRootPath': 'live2dw/', 'pluginJsPath': 'lib/', 'pluginModelPath': 'assets/', 'tagMode': false, 'debug': false, 'model': { 'jsonPath': 'https://html.cveoy.top/live2dw/assets/koharu.model.json' }, 'display': { 'position': 'left', 'width': 50, 'height': 100 }, 'mobile': { 'show': false }, 'log': false });</script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag() { dataLayer.push(arguments); }
gtag('js', new Date());
gtag('config', 'G-9T4BNDYHDL');
</script>
</div>
</div>
原文地址: https://www.cveoy.top/t/topic/PIr 著作权归作者所有。请勿转载和采集!
- 上一篇: 中国式现代化:独特的路径与发展模式
- 下一篇: Python入门:十以内数字打印详解