摘要:
<body> <div class="container"> <div class="form-group"> <label>邮箱地址</label> <input type="email" class="form-control" placeholder="请输入邮箱地址" id="email"> 阅读全文
posted @ 2020-06-15 12:06
EricBlog
阅读(323)
评论(0)
推荐(0)
摘要:
阅读全文
posted @ 2020-06-15 11:23
EricBlog
阅读(159)
评论(0)
推荐(0)
摘要:
<script type="text/javascript"> function ajax(options) { // 存储的是默认值 var defaults = { type: 'get', url: '', data: {}, header: { 'Content-Type': 'applic 阅读全文
posted @ 2020-06-15 10:48
EricBlog
阅读(129)
评论(0)
推荐(0)