赞
踩
搜题网站需要一定的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"
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。