1 Star 1 Fork 0

孙晓雪 / chaoxingchati

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
popup.html 1.56 KB
一键复制 编辑 原始数据 按行查看 历史
单眼皮 提交于 2019-12-05 12:19 . 更新链接
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<title>超星查题</title>
<!-- 最新版本的 Bootstrap 核心 CSS 文件 -->
<link rel="stylesheet" href="css/bootstrap.css">
<script src="jQuery.js"></script>
</head>
<body>
<div class="page-header" style="padding-left: 10px;">
<h3>超星查题<small><a target="_blank" href="https://github.com/danyanp/chaoxingchati">by@danyanp</a></small></h3>
<img src="qrcode.jpg" alt="南泰校园" style="width: 100px;height: 100px;">
<p>如果对你有帮助请关注我们哦~~~</p>
</div>
<div style="width: 300px;padding: 10px;">
<input type="text" name="timu" class="form-control" placeholder="请输入题目">
<button class="btn btn-primary btn-sm btn-block" style="margin-top: 10px;">查询</button>
<div id='answer'>
<p>答案</p>
</div>
</div>
<script type="text/javascript" src="popup.js"></script>
<!-- <script src="http://wx.quanon.cn/query.php?token=390e629fdb757853ebfa8aca6344ab7b&question=1"></script>
<script type="text/javascript" src="http://wx.quanon.cn/query.php?callback=jsonpCallback" />
//回调函数
function jsonpCallback(content){
alert(content);
}
</script> -->
<!-- <script type="text/javascript">
$.ajax({
type: "post",
async: false,
url: "http://wx.quanon.cn/query.php",
dataType: "jsonp",
data:{'token':'390e629fdb757853ebfa8aca6344ab7b','question':'1'},
success: function (data) {
alert(data);
},
error: function () {
alert('fail');
}
});
</script> -->
</body>
</html>
1
https://gitee.com/sunxiaoxue113/chaoxingchati.git
git@gitee.com:sunxiaoxue113/chaoxingchati.git
sunxiaoxue113
chaoxingchati
chaoxingchati
master

搜索帮助