建设中html网站源码—html源码怎么搭建网站

分类:SEO教程 时间:2025-10-06 09:24 浏览:0 评论:0
0

1、建设中html网站源码

在互联网时代,建设一个个性化的网站已经变得越来越普遍。特别是在商业领域,建设网站已经成为了一项基本的业务操作。而如何建设一个html网站也成为了很多初学者的疑惑。

建设中html网站源码—html源码怎么搭建网站

建设一个html网站需要了解基本的技术知识。HTML是网页编程的基础语言,全称为Hyper Text Markup Language,即超文本标记语言。通过HTML语言,我们可以将文本、图片、音频、视频等信息在网页上进行排版和展示,实现网站的全面展示。

需要确定网站的设计风格和页面布局。网站的设计风格直接影响到访问用户的视觉体验和印象。在选择设计风格时,可以参考现有网站的优秀案例,或者请专业的网站设计师进行设计。

在页面布局方面,可以采用响应式设计的方式,使得网站能够适应不同的设备和屏幕大小。也可以采用流式布局或者固定宽度布局等其他方式,具体选择要根据实际情况进行考虑。

接着,需要确定网站的内容结构和功能模块。根据网站的主题和用户需求,制定网站的内容结构,包括首页、栏目、文章等。考虑网站的功能需求,如登录注册、文章评论、搜索等。

进行页面代码编写和网站发布操作。在代码编写方面,可以使用 Sublime Text、Visual Studio Code 等编辑器进行代码编辑,保证代码的规范和可读性。而在网站发布方面,可以选择云服务商提供的虚拟主机等服务,或者选择自己架设服务器进行网站发布。

总体来说,建设一个html网站需要综合考虑技术、设计、内容和发布等多个方面。对于初学者来说,可以通过学习相关的网站建设教程和案例,结合自己的实际经验进行操作。也可以请专业的网站建设公司进行网站建设,以达到更好的效果。

2、建设中html网站源码在哪

随着互联网和信息化技术的不断发展,网站已成为现代社会中不可或缺的组成部分。而HTML作为最基础、最核心的网站制作语言,也受到了广泛关注和使用。那么如何找到建设中HTML网站的源码呢?

在建设HTML网站的过程中,我们需要用到各种编辑软件或工具。比如常用的Dreamweaver、Sublime Text、Notepad++等,这些软件都可以帮助我们更加快速简便地编写HTML网页代码。如果你对编程有一定的了解,可以使用开源编辑软件例如Visual Studio Code等。

在网站建设前,你需要先明确自己的网站需求。根据你的实际需要,选择合适的网站模板,并进行相应的修改和定制。目前,市场上存在大量优秀的网站模板,如果你不想从头开始设计,可以直接使用和调整这些模板,以达到你想要的效果。

当你在建设HTML网站时,可以使用一些在线资源帮助你查找相关的HTML代码片段,来满足你的网站需求,例如CSS样式、JavaScript脚本等。这些代码片段可以在许多开源代码分享平台上找到,例如GitHub、Gitee等。

你还可以通过阅读一些HTML网站建设的教程学习相关知识,这将有助于你更好地理解HTML的基本原理和核心技术。一些大型的技术社区和博客,例如博客园、掘金等,都可以提供优质的HTML网站建设教程。

网站建设需要不断学习,靠经验和积累来不断提高自己。建议在学习和使用HTML网站源码时,尽量保持代码规范和架构清晰,从而实现高效、可靠的网站建设。

3、html源码怎么搭建网站

HTML源码怎么搭建网站

HTML,全称Hyper Text Markup Language,是构成网页的基本语言。学习 HTML,能够帮助我们了解网页的构成和创建网页的过程。如何利用HTML搭建一个网站呢?

我们需要在电脑上安装一个文本编辑器,比如Windows自带的记事本、Sublime Text、Notepad++等。这些编辑器可以让我们编辑HTML代码并保存为后缀名为.html的文件,以便在浏览器上打开。

然后,我们可以在编辑器中编写HTML代码。HTML代码由标签组成,标签由尖括号包围。标签中包含元素,元素可以是文本、图片、链接等内容。例如,下面的代码表示一个标题为“我的网站”的网页:

```html

我的网站

欢迎来到我的网站

这是我的第一个网页。

```

上面的代码中,``表示当前文档使用的是HTML5标准。``表示HTML文档的开始和结束。``用于定义文档的头部信息,包含了网页的标题``。`<body>`则用于定义文档的正文部分,包含网页的主要内容。</p><p>在编写完HTML代码后,我们可以把保存好的.html文件放在服务器上,通过浏览器访问即可查看网页。如果只是在本地预览,也可以直接在浏览器中打开.html文件。</p><p>要让网站更加丰富和复杂,我们需要学习更多的HTML标签和CSS样式表,以及JavaScript脚本语言等技术。HTML编程是一个快乐而且有趣的过程,希望大家能够喜欢并学以致用。</p> </div> <div class="entry-tags"> <a href="/index.php?s=jiaocheng&c=search&keyword=建设中" rel="category"><i class="dot"></i>建设中</a> <a href="/index.php?s=jiaocheng&c=search&keyword=html" rel="category"><i class="dot"></i>html</a> <a href="/index.php?s=jiaocheng&c=search&keyword=网站" rel="category"><i class="dot"></i>网站</a> <a href="/index.php?s=jiaocheng&c=search&keyword=源码" rel="category"><i class="dot"></i>源码</a> <a href="/index.php?s=jiaocheng&c=search&keyword=—" rel="category"><i class="dot"></i>—</a> <a href="/index.php?s=jiaocheng&c=search&keyword=怎么" rel="category"><i class="dot"></i>怎么</a> <a href="/index.php?s=jiaocheng&c=search&keyword=搭建" rel="category"><i class="dot"></i>搭建</a> </div> <div class="article-copyright">1. 本站所有资源来源于用户上传或网络,仅作为参考研究使用,如有侵权请邮件联系站长! <br/>2. 本站积分货币获取途径以及用途的解读,想在本站混的好,请务必认真阅读! <br/>3. 本站强烈打击盗版/破解等有损他人权益和违法作为,请各位会员支持正版! <br/>4. <a href="/seojiaocheng/">SEO教程</a> <small>></small> <a href="https://www.hailuo.cc/seojiaocheng/10396.html" title="建设中html网站源码—html源码怎么搭建网站">建设中html网站源码—html源码怎么搭建网站</a> </div> <div class="article-footer"> <div class="author-box"> <div class="author-image"> <img alt="海螺主题" data-src="https://www.hailuo.cc/uploadfile/member/000/00/00/1.jpg?time=1735433057" class="avatar avatar-140 photo gravatar lazyload" height="140" width="140"> </div> <div class="author-info"> <h4 class="author-name"> <a>海螺主题</a> <span class="label"><img align="absmiddle" src="https://www.hailuo.cc/uploadfile/202309/bcea7227e84f.png" style="width: 55px;margin: -4px 0 0 0;"></span> </h4> </div> </div> <div class="shares" data-initialized="true"> <strong>分享到:</strong> <span class="share-popover"><span class="share-popover-inner" id="weixin-qrcode"><canvas width="80" height="80"></canvas></span></span> <a class="share-weixin icon-wechat" title="分享到微信"><i class="fa fa-weixin"></i></a> <a class="share-tsina icon-weibo" title="分享到微博"><i class="fa fa-weibo"></i></a> <a class="share-sqq icon-qq" title="分享到QQ好友"><i class="fa fa-qq"></i></a> <a class="share-qzone icon-qzone" title="分享到QQ空间"><i class="fa fa-star"></i></a> <a class="share-twitter icon-twitter" title="分享到Twitter"><i class="fa fa-twitter"></i></a> <a class="share-facebook icon-facebook" title="分享到Facebook"><i class="fa fa-facebook"></i></a> <a class="share-linkedin icon-linkedin" title="分享到领英职场"><i class="fa fa-linkedin"></i></a> </div> </div> </div> </div> </article> <div class="entry-navigation"> <nav class="article-nav"> <span class="article-nav-prev">上一篇<br> <a href="/seojiaocheng/10394.html" rel="prev">镇江机械网站建设售后服务中心,镇江机械网站建设售后服务中心地址</a></span> <span class="article-nav-next">下一篇<br> <a href="/seojiaocheng/10398.html" rel="next">网站建设技术文档_网站建设与维护论文</a></span> </nav> </div> <div class="entry-navigation"> <h3 class="entry-title">用户评论</h1> <div id="dr_module_comment_10396"></div><script type="text/javascript"> function dr_ajax_module_comment_10396(type, page) { var index = layer.load(2, { time: 10000 });$.ajax({type: "GET", url: "/index.php?s=jiaocheng&c=comment&m=index&id=10396&&type="+type+"&page="+page+"&"+Math.random(), dataType:"jsonp", success: function (data) { layer.close(index); if (data.code) { $("#dr_module_comment_10396").html(data.msg); } else { dr_tips(0, data.msg); } }, error: function(HttpRequest, ajaxOptions, thrownError) { layer.closeAll(); var msg = HttpRequest.responseText; alert("评论调用函数返回错误:"+msg); } }); } dr_ajax_module_comment_10396(0, 1); </script> </div> </main> </div> </div> <div class="sidebar-column col-lg-3"> <aside class="fixed-right widget-area"> <div class="side-box-dw"></div> <div class="side-fixed-box"> <div class="side-fixed-con"> <div class="widget"> <div class="content-list" style="margin-bottom: 0px;"> <ul> <li style="margin-right: 1px;"><a style="line-height: 18px;border: 1px solid #38c3f433;" class="" href="/jishu/">全部文章</a></li> <li style="margin-right: 1px;"><a style="line-height: 18px;border: 1px solid #38c3f433;" class="" href="/jzjc/">建站教程</a></li> <li style="margin-right: 1px;"><a style="line-height: 18px;border: 1px solid #38c3f433;" class="" href="/spjc/">视频教程</a></li> <li style="margin-right: 1px;"><a style="line-height: 18px;border: 1px solid #38c3f433;" class="on" href="/seojiaocheng/">SEO教程</a></li> </ul> </div> </div> <div class="widget cao-widget-posts"> <h5 class="widget-title"><i class="fa fa-mouse-pointer" aria-hidden="true"></i> 点击排行</h5> <div class="posts"> <div class="uposts"> <div class="hentry"> <h2 class="title"><span class="post-num num-1">1</span> <a href="/jzjc/31738.html" title="帝国CMS手机端调用出错,帝国CMS手机端调用出错怎么办">帝国CMS手机端调用出错,帝国CMS手机端调用出错怎么办</a> </h2> </div> <div class="hentry"> <h2 class="title"><span class="post-num num-2">2</span> <a href="/jzjc/21622.html" title="腾讯云WordPress无法更新,WordPress速度优化">腾讯云WordPress无法更新,WordPress速度优化</a> </h2> </div> <div class="hentry"> <h2 class="title"><span class="post-num num-3">3</span> <a href="/seojiaocheng/14234.html" title="如何避免黑帽SEO的惩罚">如何避免黑帽SEO的惩罚</a> </h2> </div> <div class="hentry"> <h2 class="title"><span class="post-num num-4">4</span> <a href="/seojiaocheng/11429.html" title="富阳SEO网络优化师招聘,助您网站腾飞">富阳SEO网络优化师招聘,助您网站腾飞</a> </h2> </div> <div class="hentry"> <h2 class="title"><span class="post-num num-5">5</span> <a href="/seojiaocheng/24148.html" title="郴州SEO优化服务有哪些特点?">郴州SEO优化服务有哪些特点?</a> </h2> </div> <div class="hentry"> <h2 class="title"><span class="post-num num-6">6</span> <a href="/jzjc/25670.html" title="Pbootcms在线支付插件:简单高效的电商支付解决方案">Pbootcms在线支付插件:简单高效的电商支付解决方案</a> </h2> </div> <div class="hentry"> <h2 class="title"><span class="post-num num-7">7</span> <a href="/seojiaocheng/13871.html" title="SEO中的页面速度优化技巧有哪些">SEO中的页面速度优化技巧有哪些</a> </h2> </div> <div class="hentry"> <h2 class="title"><span class="post-num num-8">8</span> <a href="/jzjc/31525.html" title="帝国CMS严重手机唯一,帝国CMS承载">帝国CMS严重手机唯一,帝国CMS承载</a> </h2> </div> <div class="hentry"> <h2 class="title"><span class="post-num num-9">9</span> <a href="/seojiaocheng/19546.html" title="如何利用行业资讯和用户评价优化网站?">如何利用行业资讯和用户评价优化网站?</a> </h2> </div> <div class="hentry"> <h2 class="title"><span class="post-num num-10">10</span> <a href="/seojiaocheng/23540.html" title="店铺SEO优化中有哪些技术细节需要注意?">店铺SEO优化中有哪些技术细节需要注意?</a> </h2> </div> </div> </div> </div> <div class="widget widget-adss"> <div class="adsbg"> </div> </div><div class="widget widget_tag_cloud"> <h5 class="widget-title"><i class="fa fa-tags" aria-hidden="true"></i> 标签</h5> <div class="tagcloud"> <a class="tag-cloud-link" style="font-size: 14.203592814371pt;" aria-label="橙色" href="/tag/chengse.html">橙色</a> <a class="tag-cloud-link" style="font-size: 14.203592814371pt;" aria-label="时钟" href="/tag/shizhong.html">时钟</a> <a class="tag-cloud-link" style="font-size: 14.203592814371pt;" aria-label="击掌" href="/tag/jizhang1.html">击掌</a> <a class="tag-cloud-link" style="font-size: 14.203592814371pt;" aria-label="南" href="/tag/nan.html">南</a> <a class="tag-cloud-link" style="font-size: 14.203592814371pt;" aria-label="庆祝" href="/tag/qingzhu.html">庆祝</a> <a class="tag-cloud-link" style="font-size: 14.203592814371pt;" aria-label="资源站模板" href="/tag/ziyuanzhanmoban.html">资源站模板</a> <a class="tag-cloud-link" style="font-size: 14.203592814371pt;" aria-label="打" href="/tag/da.html">打</a> <a class="tag-cloud-link" style="font-size: 14.203592814371pt;" aria-label="调用信息" href="/tag/diaoyongxinxi.html">调用信息</a> <a class="tag-cloud-link" style="font-size: 14.203592814371pt;" aria-label="紫色薰衣草" href="/tag/zisexunyicao.html">紫色薰衣草</a> <a class="tag-cloud-link" style="font-size: 14.203592814371pt;" aria-label="精灵美女" href="/tag/jinglingmeinu.html">精灵美女</a> <a class="tag-cloud-link" style="font-size: 14.203592814371pt;" aria-label="美食披萨" href="/tag/meishipisa.html">美食披萨</a> <a class="tag-cloud-link" style="font-size: 14.203592814371pt;" aria-label="木马" href="/tag/muma.html">木马</a> <a class="tag-cloud-link" style="font-size: 14.203592814371pt;" aria-label="心灵鸡汤" href="/tag/xinlingjitang.html">心灵鸡汤</a> <a class="tag-cloud-link" style="font-size: 14.203592814371pt;" aria-label="交谈" href="/tag/jiaotan.html">交谈</a> <a class="tag-cloud-link" style="font-size: 14.203592814371pt;" aria-label="要求判断" href="/tag/yaoqiupanduan.html">要求判断</a> <a class="tag-cloud-link" style="font-size: 14.203592814371pt;" aria-label="运动场" href="/tag/yundongchang.html">运动场</a> <a class="tag-cloud-link" style="font-size: 14.203592814371pt;" aria-label="无法" href="/tag/wufa.html">无法</a> <a class="tag-cloud-link" style="font-size: 14.203592814371pt;" aria-label="非主流清新" href="/tag/feizhuliuqingxin.html">非主流清新</a> <a class="tag-cloud-link" style="font-size: 14.203592814371pt;" aria-label="搜索结果" href="/tag/sousuojieguo.html">搜索结果</a> <a class="tag-cloud-link" style="font-size: 14.203592814371pt;" aria-label="交通建设" href="/tag/jiaotongjianshe.html">交通建设</a> <a class="tag-cloud-link" style="font-size: 14.203592814371pt;" aria-label="闵行" href="/tag/minxing.html">闵行</a> <a class="tag-cloud-link" style="font-size: 14.203592814371pt;" aria-label="宿" href="/tag/xiu149265.html">宿</a> <a class="tag-cloud-link" style="font-size: 14.203592814371pt;" aria-label="雪域高山" href="/tag/xueyugaoshan.html">雪域高山</a> <a class="tag-cloud-link" style="font-size: 14.203592814371pt;" aria-label="褶皱" href="/tag/diezhou.html">褶皱</a> <a class="tag-cloud-link" style="font-size: 14.203592814371pt;" aria-label="迅雷" href="/tag/xunlei.html">迅雷</a> <a class="tag-cloud-link" style="font-size: 14.203592814371pt;" aria-label="少妇写真" href="/tag/shaofuxiezhen.html">少妇写真</a> <a class="tag-cloud-link" style="font-size: 14.203592814371pt;" aria-label="蔷薇花" href="/tag/qiangweihua.html">蔷薇花</a> <a class="tag-cloud-link" style="font-size: 14.203592814371pt;" aria-label="缩写" href="/tag/suoxie.html">缩写</a> <a class="tag-cloud-link" style="font-size: 14.203592814371pt;" aria-label="绿头鸭" href="/tag/lutouya.html">绿头鸭</a> <a class="tag-cloud-link" style="font-size: 14.203592814371pt;" aria-label="众展" href="/tag/zhongzhan.html">众展</a> </div> </div> </div> </div> </aside> </div> </div> <div class="main-box-dw"></div> </div> </div> <div class="footer hidden-sm" id="footer"> <div class="container"> <div class="row"> <ul class="item clearfix"> <li class="col-md-6 left" style="float: left;"> <h2 style="margin-top: 0;margin-bottom: 3px;" class="footer-logo"><img src="/uploadfile/202204/5bb546b8cddb16b.png"></h2> <p class="desc" style="margin-bottom: 20px;"> 海螺主题设计作为高端的网页主题模板产品定制专家,业务覆盖各大开源系统主题,可一站式在线选购高品质主题模板,极致助力您的企业品牌成为行业标杆。 </p> <p class="copy margin-0"> Copyright © 2016 - 2025 | 海螺主题模板 <a class="hidden-xss">•</a><a class="hidden-xss"> 版权所有 </a><a class="hidden-xss">|</a> <a class="hidden-xss">www.hailuo.cc</a><a class="hidden-xss">|</a> <a class="hidden-xss" target="_blank" href="http://beian.miit.gov.cn"> 蜀ICP备2025160319号</a> </p> </li> <li class="col-md-2 text-center hidden-xs" style="float: left;"> <h4 style="margin-bottom: 15px;">关于我们</h4> <p> <a href="/copyright/">免责声明</a> </p> <p> <a href="/about/">海螺模板</a> </p> <p> <a href="/contact/">联系我们</a> </p> <p> <a href="/gbook/">留言反馈</a> </p> </li> <li class="col-md-2 text-center hidden-xs" style="float: left;"> <h4 style="margin-bottom: 15px;">常见问题</h4> <p> <a href="javascript:;" onclick="dr_html_show('常见问题','<div class=\'p20\'>本站已经开发注册,您需要填写用户名和正确的常用邮箱即可,邮箱需要通过验证后才可以正常使用相关功能。</div>','300px','300px')">如何注册</a> </p> <p> <a href="javascript:;" onclick="dr_html_show('常见问题','<div class=\'p20\'>找到对应商品后点击页面的“立即购买”按钮下单即可,本站商品支持自助下单,无需联系客服干预操作</div>','300px','300px')">怎么购买</a> </p> <p> <a href="javascript:;" onclick="dr_html_show('常见问题','<div class=\'p20\'>目前我们支持两种方式<br>1.在线支付,仅支持支付宝在线支付实时交易,完全自助完成交易流程<br>2.转账充值,支持任意付款方式,需要客服给您充值到余额在进行交易</div>','300px','300px')">支付方式</a> </p> <p> <a href="javascript:;" onclick="dr_html_show('常见问题','<div class=\'p20\'>虚拟商品购买后可返回至商品详情页获得对应的素材或下载文件<br>实物商品将以快递、物流等方式寄送到您的手中</div>','300px','300px')">发货方式</a> </p> </li> <li class="col-md-2 text-right hidden-xs" style="float: left;right: -5px;"> <h4 style="margin-bottom: 15px;">扫一扫加入Q群 ⠀</h4> <p><img src="/uploadfile/202204/wap.png" alt="海螺主题模板" width="120"></p> </li> </ul> <div class="col-md-12 hidden-xs"> <div class="link"> <a href="https://www.hailuo.cc" target="_blank">海螺主题官网</a> <a href="https://www.hailuo.cc" target="_blank">苹果cms模板</a> <a href="https://www.hailuo.cc" target="_blank">迅睿cms模板</a> <a href="https://www.ysdh.tv" target="_blank">影视导航</a> <a href="https://www.hqlyy.cc" target="_blank">火麒麟导航</a> <a href="/link/">+申请友链</a> <a class="qq float-border float-text" style="float: right;text-align: center;margin-right: 2px;" href="javascript:void(0);"> <i class="fa fa-envelope" style="color: #fcb900;"></i><br> 邮箱 <div class="float-alert-box float-radius float-qq-box" style="display: none;"> <h6>工作时间</h6> <p> 工作日:9:00 - 22:00<br> 节假日:9:00 - 18:00 </p> <div class="float-qq-btn float-radius" onclick="window.open('tencent://message/?uin=','_blank')"> qiye @ vip.qq.com </div> </div> </a> <a class="weixin float-border float-text" style="float: right;text-align: center;" href="javascript:void(0);"> <i class="fa fa-weixin" style="color: #00d084;"></i><br> 微信 <div class="float-alert-box float-radius float-weixin-box"> <p> 扫一扫添加客服微信 </p> <img src="/uploadfile/202204/wx.png" width="120" height="120" alt="微信二维码"> </div> </a> <a class="weixin float-border float-text" style="float: right;text-align: center;" href="javascript:void(0);"> <i class="fa fa-qq" style="color: #0693e3;"></i><br> 客服 <div class="float-alert-box float-radius float-weixin-box"> <p> 扫一扫添加客服QQ </p> <img src="/uploadfile/202204/qq.png" width="120" height="120" alt="QQ 二维码"> </div> </a> </div> </div> </div> </div> </div> <div class="footer-list hidden-xs"><div class="container"><ul class="footer-list_ul"><li><img src="//static.3000.cn/assets/web/client/img/icon1.4993719.png" alt="24h全天候在线客服支持"> <p>24h全天候在线客服支持</p></li><li><img src="//static.3000.cn/assets/web/client/img/icon2.1e7ed76.png" alt="10年互联网服务经验"> <p>10年互联网服务经验</p></li><li><img src="//static.3000.cn/assets/web/client/img/icon3.d697800.png" alt="全国300余家服务机构"> <p>全国30余家服务机构</p></li><li><img src="//static.3000.cn/assets/web/client/img/icon4.ec55d8c.png" alt="70000余家合作企业"> <p>200余家合作企业</p></li></ul></div></div> <script> var _mtj = _mtj || []; (function () { var mtj = document.createElement("script"); mtj.src = "https://node94.aizhantj.com:21233/tjjs/?k=7bapoq19e1n"; var s = document.getElementsByTagName("script")[0]; s.parentNode.insertBefore(mtj, s); })(); </script> <div class="float-box hidden-xs"> <ul class="float-ul float-radius float-text"> <li> <a class="fankui float-border float-text" href="/gbook/"> <i class="fa fa-pencil-square-o"></i><br> 反馈 </a> </li> <li> <a class="jq float-border float-text" href="/contact/"> <i class="fa bi-headset"></i><br> 客服 </a> </li> </ul> <br> <ul class="float-ul float-radius float-text"> <li> <a class="top float-border float-text" href="javascript:void(0);" etap="to_top" title="返回顶部"> <i class="fa fa-chevron-up"></i><br> </a> </li> </ul> </div> <div class="dimmer"></div> <div id="popup-signup" class="popup-signup fade" style="display: none;"> <div class="register-login-modal" role="document"> <div class="modal-content"> <div class="modal-body"> <!-- Nav tabs --> <ul class="nav nav-tabs"> <li class="active"><a href="#login" data-toggle="login">登录</a></li> <li><a href="#signup" data-toggle="signup">注册</a></li> </ul> <!-- Tab panes --> <div class="tab-content"> <div class="tab-pane fade in active" id="login"> <div class="signup-form-container text-center"> <form class="mb-0" id="myforml" method="post" novalidate="novalidate"> <div class="form-group"> <input type="text" class="form-control" name="data[username]" placeholder="*用户名"> </div> <div class="form-group"> <input type="password" class="form-control" name="data[password]" placeholder="*密码"> </div> <div class="form-group"> <input class="form-control" type="text" autocomplete="off" placeholder="*验证码" name="code" /><img align="absmiddle" style="cursor:pointer;" onclick="this.src='/index.php?s=api&c=api&m=captcha&width=120&height=35&t='+Math.random();" src="/index.php?s=api&c=api&m=captcha&width=120&height=35" /> </div> <input class="btn change-color-lv btn--block login-loader" type="button" value="安全登录" onclick="dr_ajax_member('https://www.hailuo.cc/index.php?s=member&c=login&m=index', 'myforml');" /> </form> <div class="or-text"> <span>or</span> </div> <div class="open-oauth text-center"> <a href="https://www.hailuo.cc/index.php?s=api&c=oauth&m=index&name=qq&type=login&back="> <img src="/static/assets/oauth/qq.png"> </a> </div> <a href="https://www.hailuo.cc/index.php?s=member&c=login&m=find" class="forget-password">忘记密码?</a> <!-- form end --> </div> <!-- .signup-form end --> </div> <div class="tab-pane fade in" id="signup"> <form class="mb-0" method="post" id="myformr"> <div class="form-group"> <input type="text" class="form-control" name="data[username]" placeholder="输入账号(字母+数字/5-10位)"> </div> <div class="form-group"> <input type="email" class="form-control" name="data[email]" placeholder="绑定邮箱"> </div> <div class="form-group"> <input type="password" class="form-control" name="data[password]" placeholder="密码最小长度为6"> </div> <div class="form-group"> <input type="password" class="form-control" name="data[password2]" placeholder="再次输入密码"> </div> <div class="form-group"> <input class="form-control" type="text" autocomplete="off" placeholder="*验证码" name="code" /><img align="absmiddle" style="cursor:pointer;" onclick="this.src='/index.php?s=api&c=api&m=captcha&width=120&height=35&t='+Math.random();" src="/index.php?s=api&c=api&m=captcha&width=120&height=35" /> </div> <input type="hidden" name="action" value="WPAY_register"> <input class="btn change-color-lv btn--block register-loader" type="button" onclick="dr_ajax_member('https://www.hailuo.cc/index.php?s=member&c=register&m=index', 'myformr');" value="立即注册" /> <div class="or-text"> <span>or</span> </div> <div class="open-oauth text-center"> <a href="https://www.hailuo.cc/index.php?s=api&c=oauth&m=index&name=qq&type=login&back="> <img src="/static/assets/oauth/qq.png"> </a> </div> <label class="mt-checkbox mt-checkbox-outline" style="margin-left:20px;"> <input type="checkbox" name="is_protocol" value="1" checked> 我已阅读并同意 <span></span> </label> <label> <a href="javascript:dr_show_protocol();">《用户注册协议》</a> </label> </form> <!-- form end --> </div> </div> </div> <!-- /.modal-content --> </div> <!-- /.modal-dialog --> </div> <!-- /.modal --> </div> <!-- 侧边栏 --> <div class="off-canvas"> <div class="canvas-close"> <i class="fa fa-close"></i> </div> <div class="logo-wrapper"> <img class="logo regular" src="https://www.hailuo.cc/uploadfile/202204/56f11599575e9f7.png" alt="海螺主题模板"> </div> <div class="mobile-menu hidden-lg hidden-xl"></div> <aside class="widget-area"> <div class="widget widget-adss"> <div class="adsbg"> </div> </div> <div class="widget widget_tag_cloud"> <h5 class="widget-title"><i class="fa fa-tags" aria-hidden="true"></i> 标签</h5> <div class="tagcloud"> <a class="tag-cloud-link" style="font-size: 14.203592814371pt;" aria-label="黑狗" href="/tag/heigou.html">黑狗</a> <a class="tag-cloud-link" style="font-size: 14.203592814371pt;" aria-label="蓝色背景" href="/tag/lansebeijing.html">蓝色背景</a> <a class="tag-cloud-link" style="font-size: 14.203592814371pt;" aria-label="算法" href="/tag/suanfa.html">算法</a> <a class="tag-cloud-link" style="font-size: 14.203592814371pt;" aria-label="bili动漫主题" href="/tag/bilidongmanzhuti.html">bili动漫主题</a> <a class="tag-cloud-link" style="font-size: 14.203592814371pt;" aria-label="电脑配件" href="/tag/diannaopeijian.html">电脑配件</a> <a class="tag-cloud-link" style="font-size: 14.203592814371pt;" aria-label="小程序源码" href="/tag/xiaochengxuyuanma.html">小程序源码</a> <a class="tag-cloud-link" style="font-size: 14.203592814371pt;" aria-label="sso" href="/tag/sso.html">sso</a> <a class="tag-cloud-link" style="font-size: 14.203592814371pt;" aria-label="群辉里" href="/tag/qunhuili.html">群辉里</a> <a class="tag-cloud-link" style="font-size: 14.203592814371pt;" aria-label="圣经" href="/tag/shengjing.html">圣经</a> <a class="tag-cloud-link" style="font-size: 14.203592814371pt;" aria-label="睡衣" href="/tag/shuiyi.html">睡衣</a> <a class="tag-cloud-link" style="font-size: 14.203592814371pt;" aria-label="梦幻蝴蝶" href="/tag/menghuanhudie.html">梦幻蝴蝶</a> <a class="tag-cloud-link" style="font-size: 14.203592814371pt;" aria-label="微景观" href="/tag/weijingguan.html">微景观</a> <a class="tag-cloud-link" style="font-size: 14.203592814371pt;" aria-label="体" href="/tag/ti160551.html">体</a> <a class="tag-cloud-link" style="font-size: 14.203592814371pt;" aria-label="SQL语法" href="/tag/sqlyufa.html">SQL语法</a> <a class="tag-cloud-link" style="font-size: 14.203592814371pt;" aria-label="电机维修" href="/tag/dianjiweixiu.html">电机维修</a> <a class="tag-cloud-link" style="font-size: 14.203592814371pt;" aria-label="伺服" href="/tag/sifu.html">伺服</a> <a class="tag-cloud-link" style="font-size: 14.203592814371pt;" aria-label="美味早餐" href="/tag/meiweizaocan.html">美味早餐</a> <a class="tag-cloud-link" style="font-size: 14.203592814371pt;" aria-label="信誉" href="/tag/xinyu1.html">信誉</a> <a class="tag-cloud-link" style="font-size: 14.203592814371pt;" aria-label="增加织梦链" href="/tag/zengjiazhimenglian.html">增加织梦链</a> <a class="tag-cloud-link" style="font-size: 14.203592814371pt;" aria-label="马驹" href="/tag/maju.html">马驹</a> <a class="tag-cloud-link" style="font-size: 14.203592814371pt;" aria-label="网络IT" href="/tag/wangluoit.html">网络IT</a> <a class="tag-cloud-link" style="font-size: 14.203592814371pt;" aria-label="城市夜景" href="/tag/chengshiyejing.html">城市夜景</a> <a class="tag-cloud-link" style="font-size: 14.203592814371pt;" aria-label="现代高楼" href="/tag/xiandaigaolou.html">现代高楼</a> <a class="tag-cloud-link" style="font-size: 14.203592814371pt;" aria-label="卡通图标" href="/tag/katongtubiao.html">卡通图标</a> <a class="tag-cloud-link" style="font-size: 14.203592814371pt;" aria-label="中心网站" href="/tag/zhongxinwangzhan.html">中心网站</a> <a class="tag-cloud-link" style="font-size: 14.203592814371pt;" aria-label="加多" href="/tag/jiaduo.html">加多</a> <a class="tag-cloud-link" style="font-size: 14.203592814371pt;" aria-label="白t" href="/tag/bait.html">白t</a> <a class="tag-cloud-link" style="font-size: 14.203592814371pt;" aria-label="小羊羔" href="/tag/xiaoyanggao.html">小羊羔</a> <a class="tag-cloud-link" style="font-size: 14.203592814371pt;" aria-label="游泳的" href="/tag/youyongde.html">游泳的</a> <a class="tag-cloud-link" style="font-size: 14.203592814371pt;" aria-label="安区" href="/tag/anqu.html">安区</a> <a class="tag-cloud-link" style="font-size: 14.203592814371pt;" aria-label="欧美帅哥" href="/tag/oumeishuaige.html">欧美帅哥</a> <a class="tag-cloud-link" style="font-size: 14.203592814371pt;" aria-label="游玩" href="/tag/youwan.html">游玩</a> <a class="tag-cloud-link" style="font-size: 14.203592814371pt;" aria-label="小人" href="/tag/xiaoren.html">小人</a> <a class="tag-cloud-link" style="font-size: 14.203592814371pt;" aria-label="接不" href="/tag/jiebu.html">接不</a> <a class="tag-cloud-link" style="font-size: 14.203592814371pt;" aria-label="美系金毛犬" href="/tag/meixijinmaoquan.html">美系金毛犬</a> <a class="tag-cloud-link" style="font-size: 14.203592814371pt;" aria-label="艾滋病" href="/tag/aizibing.html">艾滋病</a> <a class="tag-cloud-link" style="font-size: 14.203592814371pt;" aria-label="白发" href="/tag/baifa.html">白发</a> <a class="tag-cloud-link" style="font-size: 14.203592814371pt;" aria-label="钟塔" href="/tag/zhongta.html">钟塔</a> <a class="tag-cloud-link" style="font-size: 14.203592814371pt;" aria-label="性感丝袜" href="/tag/xinggansiwa.html">性感丝袜</a> <a class="tag-cloud-link" style="font-size: 14.203592814371pt;" aria-label="紧身裤美女" href="/tag/jinshenkumeinu.html">紧身裤美女</a> <a class="tag-cloud-link" style="font-size: 14.203592814371pt;" aria-label="老李" href="/tag/laoli.html">老李</a> <a class="tag-cloud-link" style="font-size: 14.203592814371pt;" aria-label="眼镜" href="/tag/yanjing.html">眼镜</a> <a class="tag-cloud-link" style="font-size: 14.203592814371pt;" aria-label="良" href="/tag/liang1.html">良</a> <a class="tag-cloud-link" style="font-size: 14.203592814371pt;" aria-label="sg11" href="/tag/sg11.html">sg11</a> <a class="tag-cloud-link" style="font-size: 14.203592814371pt;" aria-label="奶油汤" href="/tag/naiyoutang.html">奶油汤</a> <a class="tag-cloud-link" style="font-size: 14.203592814371pt;" aria-label="万圣节恐怖" href="/tag/wanshengjiekongbu.html">万圣节恐怖</a> <a class="tag-cloud-link" style="font-size: 14.203592814371pt;" aria-label="牙齿" href="/tag/yachi.html">牙齿</a> <a class="tag-cloud-link" style="font-size: 14.203592814371pt;" aria-label="蓝牙" href="/tag/lanya.html">蓝牙</a> <a class="tag-cloud-link" style="font-size: 14.203592814371pt;" aria-label="古典写真" href="/tag/gudianxiezhen.html">古典写真</a> <a class="tag-cloud-link" style="font-size: 14.203592814371pt;" aria-label="蓝色海湾" href="/tag/lansehaiwan.html">蓝色海湾</a> </div> </div> <div class="widget conch-widget-posts"> <h5 class="widget-title"><i class="fa fa-area-chart" aria-hidden="true"></i> 热门资源</h5> <div class="posts"> <div class="left"> <div class="entry-media"> <div class="placeholder" style="padding-bottom: 66.666666666667%;"> <a href="/qywz/378.html"> <img class="lazyload" data-src="/uploadfile/202412/9735e8b6c6249.jpg" alt="鲜花绿植店苗木花艺插花培训类响应式织梦模板"> </a> </div> </div> <a href="/qywz/378.html" rel="bookmark" style="display: block;height: 1.6rem;margin-top: 3px;">鲜花绿植店苗木花艺插花培训类响应式织梦模板</a> <br><time><i class="fa fa-clock-o" aria-hidden="true"></i> 2025-10-26 </time><a> <i class="fa fa-eye font-blue"></i> 40</a> </div> <div class="left"> <div class="entry-media"> <div class="placeholder" style="padding-bottom: 66.666666666667%;"> <a href="/jxsb/373.html"> <img class="lazyload" data-src="/uploadfile/202412/4f67408659212a4.jpg" alt="宽屏蓝色大气机械齿轮轴承加工制造公司织梦响应式模板"> </a> </div> </div> <a href="/jxsb/373.html" rel="bookmark" style="display: block;height: 1.6rem;margin-top: 3px;">宽屏蓝色大气机械齿轮轴承加工制造公司织梦响应式模板</a> <br><time><i class="fa fa-clock-o" aria-hidden="true"></i> 2025-10-26 </time><a> <i class="fa fa-eye font-blue"></i> 19</a> </div> <div class="left"> <div class="entry-media"> <div class="placeholder" style="padding-bottom: 66.666666666667%;"> <a href="/qywz/370.html"> <img class="lazyload" data-src="/uploadfile/202412/6841dfadf59dd.jpg" alt="MBA教育机构招生落地页单页网站源码"> </a> </div> </div> <a href="/qywz/370.html" rel="bookmark" style="display: block;height: 1.6rem;margin-top: 3px;">MBA教育机构招生落地页单页网站源码</a> <br><time><i class="fa fa-clock-o" aria-hidden="true"></i> 2025-10-26 </time><a> <i class="fa fa-eye font-blue"></i> 24</a> </div> <div class="left"> <div class="entry-media"> <div class="placeholder" style="padding-bottom: 66.666666666667%;"> <a href="/dzsw/367.html"> <img class="lazyload" data-src="/uploadfile/202412/8e826fdc971b1.jpg" alt="电子数码多媒体音响设备公司织梦模板"> </a> </div> </div> <a href="/dzsw/367.html" rel="bookmark" style="display: block;height: 1.6rem;margin-top: 3px;">电子数码多媒体音响设备公司织梦模板</a> <br><time><i class="fa fa-clock-o" aria-hidden="true"></i> 2025-10-26 </time><a> <i class="fa fa-eye font-blue"></i> 68</a> </div> <div class="left"> <div class="entry-media"> <div class="placeholder" style="padding-bottom: 66.666666666667%;"> <a href="/qywz/362.html"> <img class="lazyload" data-src="/uploadfile/202412/a26d6aa02921912.jpg" alt="中英文双语窗帘门窗类网站织梦自适应模板"> </a> </div> </div> <a href="/qywz/362.html" rel="bookmark" style="display: block;height: 1.6rem;margin-top: 3px;">中英文双语窗帘门窗类网站织梦自适应模板</a> <br><time><i class="fa fa-clock-o" aria-hidden="true"></i> 2025-10-26 </time><a> <i class="fa fa-eye font-blue"></i> 24</a> </div> <div class="left"> <div class="entry-media"> <div class="placeholder" style="padding-bottom: 66.666666666667%;"> <a href="/qywz/345.html"> <img class="lazyload" data-src="/uploadfile/202412/54f4c75184eead0.jpg" alt="扬尘废气处理设备厂家织梦营销型模板"> </a> </div> </div> <a href="/qywz/345.html" rel="bookmark" style="display: block;height: 1.6rem;margin-top: 3px;">扬尘废气处理设备厂家织梦营销型模板</a> <br><time><i class="fa fa-clock-o" aria-hidden="true"></i> 2025-10-26 </time><a> <i class="fa fa-eye font-blue"></i> 66</a> </div> <div class="left"> <div class="entry-media"> <div class="placeholder" style="padding-bottom: 66.666666666667%;"> <a href="/qywz/343.html"> <img class="lazyload" data-src="/uploadfile/202412/84387b0d6b29a2.jpg" alt="dedecms互联网公司企业网站织梦模板"> </a> </div> </div> <a href="/qywz/343.html" rel="bookmark" style="display: block;height: 1.6rem;margin-top: 3px;">dedecms互联网公司企业网站织梦模板</a> <br><time><i class="fa fa-clock-o" aria-hidden="true"></i> 2025-10-26 </time><a> <i class="fa fa-eye font-blue"></i> 96</a> </div> <div class="left"> <div class="entry-media"> <div class="placeholder" style="padding-bottom: 66.666666666667%;"> <a href="/bkdh/342.html"> <img class="lazyload" data-src="/uploadfile/202412/c6bb4e4f36bf485.jpg" alt="简约清新文艺范个人博客主题织梦模板"> </a> </div> </div> <a href="/bkdh/342.html" rel="bookmark" style="display: block;height: 1.6rem;margin-top: 3px;">简约清新文艺范个人博客主题织梦模板</a> <br><time><i class="fa fa-clock-o" aria-hidden="true"></i> 2025-10-26 </time><a> <i class="fa fa-eye font-blue"></i> 91</a> </div> <div class="left"> <div class="entry-media"> <div class="placeholder" style="padding-bottom: 66.666666666667%;"> <a href="/xwzx/341.html"> <img class="lazyload" data-src="/uploadfile/202412/02bf77ef8abcd93.jpg" alt="响应式自媒体及个人博客资讯类织梦网站模板"> </a> </div> </div> <a href="/xwzx/341.html" rel="bookmark" style="display: block;height: 1.6rem;margin-top: 3px;">响应式自媒体及个人博客资讯类织梦网站模板</a> <br><time><i class="fa fa-clock-o" aria-hidden="true"></i> 2025-10-26 </time><a> <i class="fa fa-eye font-blue"></i> 98</a> </div> <div class="left"> <div class="entry-media"> <div class="placeholder" style="padding-bottom: 66.666666666667%;"> <a href="/dzsw/329.html"> <img class="lazyload" data-src="/uploadfile/202412/1243d804819f8c8.jpg" alt="工商财税代理记账注册公司企业网站织梦模板(带手机端)"> </a> </div> </div> <a href="/dzsw/329.html" rel="bookmark" style="display: block;height: 1.6rem;margin-top: 3px;">工商财税代理记账注册公司企业网站织梦模板(带手机端)</a> <br><time><i class="fa fa-clock-o" aria-hidden="true"></i> 2025-10-26 </time><a> <i class="fa fa-eye font-blue"></i> 77</a> </div> </div> </div> </aside> </div> <!-- 侧边栏 --> <script type="text/javascript" src="/static/conch/layui/layui.all.js"></script> <script type="text/javascript" src="/static/conch/js/plugins.js"></script> <script type="text/javascript" src="/static/conch/js/common.js"></script> <script type="text/javascript" src="/static/conch/js/sweetalert.min.js"></script> <script type="text/javascript" src="/static/conch/js/app.js"></script> <!-- 分享 --> <script type="text/javascript" src="/static/conch/js/social-share.min.js"></script> <!-- 滚动 --> <script type="text/javascript" src="/static/conch/js/jquery.waypoints.min.js"></script> <script type="text/javascript" src="/static/conch/js/jquery.countup.min.js"></script> <script type="text/javascript" src="/static/conch/js/conch.js"></script> <script> console.log("\n%c Conch Theme https://www.hailuo.cc \n", "color: #fff;background: linear-gradient(55deg, #212121 0%, #212121 40%, #323232 calc(40% + 1px), #323232 60%, #250095 calc(60% + 1px), #950090 70%, #ff14ed calc(70% + 1px), #6414ff 100%);padding:5px; border-radius: 5px;" ); console.log("%c如果您通过控制台的方式获取CSS样式或者其他东东,相信您可能也看到本说明。 如果您想一声不吭的拿走,请把所有涉及到的链接图片保存到本地及保留海螺主题版权来源,谢谢!", "color: #fff;background: linear-gradient(55deg, #212121 0%, #212121 40%, #323232 calc(40% + 1px), #323232 60%, #250095 calc(60% + 1px), #950090 70%, #ff14ed calc(70% + 1px), #6414ff 100%);padding:5px; border-radius: 5px;line-height: 18px;" ); </script> <script> // 动态标题 var OriginTitile = document.title, titleTime; document.addEventListener("visibilitychange", function() { if (document.hidden) { document.title = "海螺主题模板-您的模板定制专家!"; clearTimeout(titleTime) } else { document.title = "海螺网-欢迎您回家!" ; titleTime = setTimeout(function() { document.title = OriginTitile }, 2000) } }); </script> <script> document.addEventListener("copy", function(e) { new Vue({ data: function() { if ((window.getSelection ? window.getSelection() : document.selection.createRange() .text) != '') { this.$notify({ title: "叮!复制成功", message: "若要转载请务必保留原文链接!谢谢~", position: 'bottom-right', offset: 50, showClose: true, type: "success" }); } else { this.$notify({ title: "咦?复制失败", message: "啊噢...你没还没选择内容呢!", position: 'bottom-right', offset: 50, showClose: true, type: "success" }); } return { visible: false } } }) }) </script> <script> document.oncontextmenu = function () { new Vue({ data:function(){ this.$notify({ title: "嗯?没有右键菜单", message: "复制请用键盘快捷键[Ctrl+C]", position: 'bottom-right', offset: 50, showClose: false, type:"warning" }); return{visible:false} } }) return false; } </script> <script> document.onkeydown = function(event) { if (event.ctrlKey && event.keyCode == 83) { // Ctrl + S event.preventDefault(); new Vue({ data: function() { this.$notify({ title: "哎!你瞧瞧你", message: "网页得换方法保存哦~", position: 'bottom-right', offset: 50, showClose: true, type: "error" }); return { visible: false } } }) return false; } if (event.ctrlKey && event.keyCode == 85) { // Ctrl + U event.preventDefault(); new Vue({ data: function() { this.$notify({ title: "嘿!Brother", message: "老弟,源码得换方式获取哦~", position: 'bottom-right', offset: 50, showClose: true, type: "error" }); return { visible: false } } }) return false; } if (event.ctrlKey && event.shiftKey && event.keyCode == 73) { // Ctrl + Shift + I event.preventDefault(); new Vue({ data:function(){ this.$notify({ title:"呐!这个也不行", message:"还是按点别的吧!", position: 'bottom-right', offset: 50, showClose: false, type:"error" }); return{visible:false} } }) return false; } if (event.keyCode == 123) { // F12 event.preventDefault(); new Vue({ data:function(){ this.$notify({ title:"呃!别瞎按", message:"你按这个想干嘛!再按就找不到我咯", position: 'bottom-right', offset: 50, showClose: false, type:"error" }); return{visible:false} } }) return false; } }; </script> <!--劝退魔法--> <script type="module"> import devtools from '/f12/js/moukey.js'; if (devtools.isOpen) { window.location.href = "/f12"}; window.addEventListener('devtoolschange', event => { if (event.detail.isOpen) { window.location.href = "/f12"}; }); </script> <!-- 引入VUE --> <script src="/f12/js/vue.min.js" defer></script> <!-- 引入样式 --> <script src="/f12/js/component_library.js" defer></script> <link rel="stylesheet" href="/f12/css/component_library.css"> <!--劝退魔法---> <script> // 模块支持反对 function dr_app_digg(id, value) { $.get("https://www.hailuo.cc/index.php?is_ajax=1&s=api&app=jiaocheng&c=module&m=digg&id="+id+'&value='+value, function(data) { dr_cmf_tips(data.code, data.msg); if (data.code) { $('#module_digg_'+id+'_'+value).html(data.data); } }, 'json'); } </script> <script> // 模块收藏 function dr_app_favorite(id) { $.get("https://www.hailuo.cc/index.php?is_ajax=1&s=api&app=jiaocheng&c=module&m=favorite&id="+id, function(data){ dr_cmf_tips(data.code, data.msg); if (data.code) { $('#module_favorite_'+id).html(data.data); } }, 'json'); } $(function() { $.get("/index.php?is_ajax=1&s=favorite&mid=jiaocheng&id=10396", function(data){ if (data.code) { var s = data.data; $('#module_favorite_10396_0').html(s.a); $('#module_favorite_10396_1').html(s.b); } }, 'json'); }); </script> <script type="text/javascript"> $('.counter').countUp({ delay: 10, time: 2000 }); $(".vip").hover(function () { $(this).children(".float-vip-box").show() }, function () { $(this).children(".float-vip-box").hide() }); $(".qq").hover(function () { $(this).children(".float-qq-box").show() }, function () { $(this).children(".float-qq-box").hide() }); $(".weixin").hover(function () { $(this).children(".float-weixin-box").show() }, function () { $(this).children(".float-weixin-box").hide() }); </script> <link href="/static/assets/global/plugins/bootstrap-touchspin/bootstrap.touchspin.css" rel="stylesheet" type="text/css" /> <script src="/static/assets/global/plugins/fuelux/js/spinner.min.js" type="text/javascript"></script> <script src="/static/assets/global/plugins/bootstrap-touchspin/bootstrap.touchspin.js" type="text/javascript"></script> <script type="text/javascript" src="/static/assets/js/sku.js"></script> <script type="text/javascript"> // 商品数量加减选择 function dr_sku_item_num(op) { var num = parseInt($("#dr_buy_num").val()); var _quantity = parseInt($("#dr_sku_quantity").html()); if (isNaN(num) || num <= 1) num = 1; if (op) { // 加操作 num++; if (num >= _quantity) num = _quantity; } else { // 减操作 num--; if (isNaN(num) || num <= 1) num = 1; } $("#dr_buy_num").val(num); } function order_moban_add_cart(){ $.get("/index.php?is_ajax=1&s=order&c=cart&m=add&mid=jiaocheng&num="+$('#dr_buy_num').val()+"&id=10396&sku="+$('#dr_sku_value').val(), function(data){ dr_cmf_tips(data.code, data.msg); if (data.code) { // 存储购物车数量 $('#dr_order_moban_cart_nums').html(data.data); } }, 'json'); } // 购买地址 function order_moban_add_buy() { var url = "https://www.hailuo.cc/index.php?s=order&c=order&m=buy&mid=jiaocheng&id=10396"; url+= "&sku="+$('#dr_sku_value').val(); url+= "&num="+$('#dr_buy_num').val(); window.location.href = url; } function order_moban_add_buy_0() { var url = "https://www.hailuo.cc/index.php?s=order&c=order&m=buy&mid=jiaocheng&id=10396"; url+= "&sku=0_0"; url+= "&num="+$('#dr_buy_num').val(); window.location.href = url; } function order_moban_add_buy_1() { var url = "https://www.hailuo.cc/index.php?s=order&c=order&m=buy&mid=jiaocheng&id=10396"; url+= "&sku=0_1"; url+= "&num="+$('#dr_buy_num').val(); window.location.href = url; } function order_moban_add_buy_2() { var url = "https://www.hailuo.cc/index.php?s=order&c=order&m=buy&mid=jiaocheng&id=10396"; url+= "&sku=0_2"; url+= "&num="+$('#dr_buy_num').val(); window.location.href = url; } function order_moban_add_buy_3() { var url = "https://www.hailuo.cc/index.php?s=order&c=order&m=buy&mid=jiaocheng&id=10396"; url+= "&sku=0_3"; url+= "&num="+$('#dr_buy_num').val(); window.location.href = url; } </script> </body> </html>