当前位置:   article > 正文

如何做搜题(网课)网站/公众号_网上查答案的网址怎么做

网上查答案的网址怎么做

搜题网站需要一定的html知识,题目答案的来源可以是api接口,也可以是调用自己的数据库。

这里提供一个题库api接口(自己搭建的,服务器比较垃圾,大佬轻点用):
http://api.lyoo.xyz/xiaochengxu/chati.php?w=
w后面加问题就可以返回问题和答案
例如:http://api.lyoo.xyz/xiaochengxu/chati.php?w=中国特色社会主义

给一个搜题网站模版:

<!DOCTYPE html>
<html lang="cn">
<head>
    <meta charset="UTF-8">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <meta http-equiv="X-UA-Compatible" content="ie=edge">
    <title>搜题网站</title>  
</head>
  
    <div class="out">
        <form method="POST">
        <div class="block">
            <textarea class="input" id="currInput" placeholder="请在此处粘贴你要查询的题目(无需输入选项)" name="w"
  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • 7
  • 8
  • 9
  • 10
  • 11
  • 12
声明:本文内容由网友自发贡献,不代表【wpsshop博客】立场,版权归原作者所有,本站不承担相应法律责任。如您发现有侵权的内容,请联系我们。转载请注明出处:https://www.wpsshop.cn/w/笔触狂放9/article/detail/737421
推荐阅读
相关标签
  

闽ICP备14008679号