建设中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/26503.html" title="Z-Blog系统搭建教程:轻松构建个人博客">Z-Blog系统搭建教程:轻松构建个人博客</a> </h2> </div> <div class="hentry"> <h2 class="title"><span class="post-num num-2">2</span> <a href="/jzjc/23922.html" title="pbootcms多语言复制与新模板集成">pbootcms多语言复制与新模板集成</a> </h2> </div> <div class="hentry"> <h2 class="title"><span class="post-num num-3">3</span> <a href="/seojiaocheng/12576.html" title="现代供应链管理的挑战与应对策略">现代供应链管理的挑战与应对策略</a> </h2> </div> <div class="hentry"> <h2 class="title"><span class="post-num num-4">4</span> <a href="/jzjc/20008.html" title="WordPress突然很卡,WordPress内部服务器500错误">WordPress突然很卡,WordPress内部服务器500错误</a> </h2> </div> <div class="hentry"> <h2 class="title"><span class="post-num num-5">5</span> <a href="/seojiaocheng/5291.html" title="厦门市网站建设app开发_厦门市网站建设app开发招聘">厦门市网站建设app开发_厦门市网站建设app开发招聘</a> </h2> </div> <div class="hentry"> <h2 class="title"><span class="post-num num-6">6</span> <a href="/seojiaocheng/14877.html" title="如何分析竞争对手的关键词策略">如何分析竞争对手的关键词策略</a> </h2> </div> <div class="hentry"> <h2 class="title"><span class="post-num num-7">7</span> <a href="/seojiaocheng/6261.html" title="石家庄营销网站建设公司电话地址,石家庄营销网站建设公司电话地址查询">石家庄营销网站建设公司电话地址,石家庄营销网站建设公司电话地址查询</a> </h2> </div> <div class="hentry"> <h2 class="title"><span class="post-num num-8">8</span> <a href="/jzjc/31460.html" title="WordPress中文版切换,WordPress安卓下载">WordPress中文版切换,WordPress安卓下载</a> </h2> </div> <div class="hentry"> <h2 class="title"><span class="post-num num-9">9</span> <a href="/seojiaocheng/6514.html" title="昌平区企业网站建设信息推荐公示,北京市昌平区企业联合会">昌平区企业网站建设信息推荐公示,北京市昌平区企业联合会</a> </h2> </div> <div class="hentry"> <h2 class="title"><span class="post-num num-10">10</span> <a href="/seojiaocheng/22895.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/jing147870.html">静</a> <a class="tag-cloud-link" style="font-size: 14.203592814371pt;" aria-label="口号" href="/tag/kouhao.html">口号</a> <a class="tag-cloud-link" style="font-size: 14.203592814371pt;" aria-label="山海" href="/tag/shanhai.html">山海</a> <a class="tag-cloud-link" style="font-size: 14.203592814371pt;" aria-label="摄影机" href="/tag/sheyingji.html">摄影机</a> <a class="tag-cloud-link" style="font-size: 14.203592814371pt;" aria-label="详" href="/tag/xiang196754.html">详</a> <a class="tag-cloud-link" style="font-size: 14.203592814371pt;" aria-label="靴子" href="/tag/xuezi.html">靴子</a> <a class="tag-cloud-link" style="font-size: 14.203592814371pt;" aria-label="耗材" href="/tag/haocai.html">耗材</a> <a class="tag-cloud-link" style="font-size: 14.203592814371pt;" aria-label="华盛顿" href="/tag/huashengdun.html">华盛顿</a> <a class="tag-cloud-link" style="font-size: 14.203592814371pt;" aria-label="微距摄影" href="/tag/weijusheying.html">微距摄影</a> <a class="tag-cloud-link" style="font-size: 14.203592814371pt;" aria-label="标语" href="/tag/biaoyu.html">标语</a> <a class="tag-cloud-link" style="font-size: 14.203592814371pt;" aria-label="姑" href="/tag/gu193360.html">姑</a> <a class="tag-cloud-link" style="font-size: 14.203592814371pt;" aria-label="航拍" href="/tag/hangpai.html">航拍</a> <a class="tag-cloud-link" style="font-size: 14.203592814371pt;" aria-label="鸟瞰" href="/tag/niaokan.html">鸟瞰</a> <a class="tag-cloud-link" style="font-size: 14.203592814371pt;" aria-label="荷花摄影" href="/tag/hehuasheying.html">荷花摄影</a> <a class="tag-cloud-link" style="font-size: 14.203592814371pt;" aria-label="长卷发美女" href="/tag/changjuanfameinu.html">长卷发美女</a> <a class="tag-cloud-link" style="font-size: 14.203592814371pt;" aria-label="历程" href="/tag/licheng.html">历程</a> <a class="tag-cloud-link" style="font-size: 14.203592814371pt;" aria-label="团队合作" href="/tag/tuanduihezuo.html">团队合作</a> <a class="tag-cloud-link" style="font-size: 14.203592814371pt;" aria-label="愚人节海报" href="/tag/yurenjiehaibao.html">愚人节海报</a> <a class="tag-cloud-link" style="font-size: 14.203592814371pt;" aria-label="何时" href="/tag/heshi145264.html">何时</a> <a class="tag-cloud-link" style="font-size: 14.203592814371pt;" aria-label="亲昵" href="/tag/qinni.html">亲昵</a> <a class="tag-cloud-link" style="font-size: 14.203592814371pt;" aria-label="示意图" href="/tag/shiyitu.html">示意图</a> <a class="tag-cloud-link" style="font-size: 14.203592814371pt;" aria-label="小老鼠" href="/tag/xiaolaoshu.html">小老鼠</a> <a class="tag-cloud-link" style="font-size: 14.203592814371pt;" aria-label="款常" href="/tag/kuanchang.html">款常</a> <a class="tag-cloud-link" style="font-size: 14.203592814371pt;" aria-label="父亲节海报" href="/tag/fuqinjiehaibao.html">父亲节海报</a> <a class="tag-cloud-link" style="font-size: 14.203592814371pt;" aria-label="球星" href="/tag/qiuxing.html">球星</a> <a class="tag-cloud-link" style="font-size: 14.203592814371pt;" aria-label="夫妻" href="/tag/fuqi.html">夫妻</a> <a class="tag-cloud-link" style="font-size: 14.203592814371pt;" aria-label="高山山脉" href="/tag/gaoshanshanmai.html">高山山脉</a> <a class="tag-cloud-link" style="font-size: 14.203592814371pt;" aria-label="比心手势" href="/tag/bixinshoushi.html">比心手势</a> <a class="tag-cloud-link" style="font-size: 14.203592814371pt;" aria-label="福特" href="/tag/fute.html">福特</a> <a class="tag-cloud-link" style="font-size: 14.203592814371pt;" aria-label="火" href="/tag/huo.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" alt="海螺模板-苹果cms模板"></h2> <p class="desc" style="margin-bottom: 20px;"> 海螺模板设计作为高端的主题模板网页产品定制专家,业务覆盖各大开源CMS系统主题,可一站式在线选购迅睿cms/苹果cms模板等高品质主题模板,极致助力您的企业建站品牌成为行业标杆。 </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="苹果cms模板Q群" 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/chun.html">纯</a> <a class="tag-cloud-link" style="font-size: 14.203592814371pt;" aria-label="灯笼花" href="/tag/denglonghua.html">灯笼花</a> <a class="tag-cloud-link" style="font-size: 14.203592814371pt;" aria-label="枫叶" href="/tag/fengye.html">枫叶</a> <a class="tag-cloud-link" style="font-size: 14.203592814371pt;" aria-label="CRM" href="/tag/crm.html">CRM</a> <a class="tag-cloud-link" style="font-size: 14.203592814371pt;" aria-label="喝红酒" href="/tag/hehongjiu.html">喝红酒</a> <a class="tag-cloud-link" style="font-size: 14.203592814371pt;" aria-label="耳麦" href="/tag/ermai.html">耳麦</a> <a class="tag-cloud-link" style="font-size: 14.203592814371pt;" aria-label="回报" href="/tag/huibao1.html">回报</a> <a class="tag-cloud-link" style="font-size: 14.203592814371pt;" aria-label="写字楼" href="/tag/xiezilou.html">写字楼</a> <a class="tag-cloud-link" style="font-size: 14.203592814371pt;" aria-label="玻璃建筑" href="/tag/bolijianzhu.html">玻璃建筑</a> <a class="tag-cloud-link" style="font-size: 14.203592814371pt;" aria-label="工作站" href="/tag/gongzuozhan.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/tiaowen.html">条纹</a> <a class="tag-cloud-link" style="font-size: 14.203592814371pt;" aria-label="网络技术" href="/tag/wangluojishu.html">网络技术</a> <a class="tag-cloud-link" style="font-size: 14.203592814371pt;" aria-label="手捧" href="/tag/shoupeng.html">手捧</a> <a class="tag-cloud-link" style="font-size: 14.203592814371pt;" aria-label="宠物兔" href="/tag/chongwutu.html">宠物兔</a> <a class="tag-cloud-link" style="font-size: 14.203592814371pt;" aria-label="出让" href="/tag/churang.html">出让</a> <a class="tag-cloud-link" style="font-size: 14.203592814371pt;" aria-label="不出" href="/tag/buchu.html">不出</a> <a class="tag-cloud-link" style="font-size: 14.203592814371pt;" aria-label="成熟美妇" href="/tag/chengshumeifu.html">成熟美妇</a> <a class="tag-cloud-link" style="font-size: 14.203592814371pt;" aria-label="活力" href="/tag/huoli.html">活力</a> <a class="tag-cloud-link" style="font-size: 14.203592814371pt;" aria-label="鲜花摄影" href="/tag/xianhuasheying.html">鲜花摄影</a> <a class="tag-cloud-link" style="font-size: 14.203592814371pt;" aria-label="设计书" href="/tag/shejishu.html">设计书</a> <a class="tag-cloud-link" style="font-size: 14.203592814371pt;" aria-label="石狮" href="/tag/shishi110747.html">石狮</a> <a class="tag-cloud-link" style="font-size: 14.203592814371pt;" aria-label="连接数据库" href="/tag/lianjieshujuku.html">连接数据库</a> <a class="tag-cloud-link" style="font-size: 14.203592814371pt;" aria-label="肉桂" href="/tag/rougui.html">肉桂</a> <a class="tag-cloud-link" style="font-size: 14.203592814371pt;" aria-label="电车" href="/tag/dianche.html">电车</a> <a class="tag-cloud-link" style="font-size: 14.203592814371pt;" aria-label="鹅卵石" href="/tag/eluanshi.html">鹅卵石</a> <a class="tag-cloud-link" style="font-size: 14.203592814371pt;" aria-label="交换" href="/tag/jiaohuan.html">交换</a> <a class="tag-cloud-link" style="font-size: 14.203592814371pt;" aria-label="交通信号灯" href="/tag/jiaotongxinhaodeng.html">交通信号灯</a> <a class="tag-cloud-link" style="font-size: 14.203592814371pt;" aria-label="大手牵小手" href="/tag/dashouqianxiaoshou.html">大手牵小手</a> <a class="tag-cloud-link" style="font-size: 14.203592814371pt;" aria-label="摄影科技" href="/tag/sheyingkeji.html">摄影科技</a> <a class="tag-cloud-link" style="font-size: 14.203592814371pt;" aria-label="杨梅" href="/tag/yangmei.html">杨梅</a> <a class="tag-cloud-link" style="font-size: 14.203592814371pt;" aria-label="欢快" href="/tag/huankuai.html">欢快</a> <a class="tag-cloud-link" style="font-size: 14.203592814371pt;" aria-label="女神" href="/tag/nushen.html">女神</a> <a class="tag-cloud-link" style="font-size: 14.203592814371pt;" aria-label="可爱粉色" href="/tag/keaifense.html">可爱粉色</a> <a class="tag-cloud-link" style="font-size: 14.203592814371pt;" aria-label="排球" href="/tag/paiqiu.html">排球</a> <a class="tag-cloud-link" style="font-size: 14.203592814371pt;" aria-label="工笔画" href="/tag/gongbihua.html">工笔画</a> <a class="tag-cloud-link" style="font-size: 14.203592814371pt;" aria-label="少妇美女" href="/tag/shaofumeinu.html">少妇美女</a> <a class="tag-cloud-link" style="font-size: 14.203592814371pt;" aria-label="火影忍者" href="/tag/huoyingrenzhe.html">火影忍者</a> <a class="tag-cloud-link" style="font-size: 14.203592814371pt;" aria-label="观星" href="/tag/guanxing.html">观星</a> <a class="tag-cloud-link" style="font-size: 14.203592814371pt;" aria-label="纯黑色" href="/tag/chunheise.html">纯黑色</a> <a class="tag-cloud-link" style="font-size: 14.203592814371pt;" aria-label="拉花咖啡" href="/tag/lahuakafei.html">拉花咖啡</a> <a class="tag-cloud-link" style="font-size: 14.203592814371pt;" aria-label="皇帝" href="/tag/huangdi.html">皇帝</a> <a class="tag-cloud-link" style="font-size: 14.203592814371pt;" aria-label="是一" href="/tag/shiyi.html">是一</a> <a class="tag-cloud-link" style="font-size: 14.203592814371pt;" aria-label="装修效果图" href="/tag/zhuangxiuxiaoguotu.html">装修效果图</a> <a class="tag-cloud-link" style="font-size: 14.203592814371pt;" aria-label="房价" href="/tag/fangjia.html">房价</a> <a class="tag-cloud-link" style="font-size: 14.203592814371pt;" aria-label="紫荆花" href="/tag/zijinghua.html">紫荆花</a> <a class="tag-cloud-link" style="font-size: 14.203592814371pt;" aria-label="搞小" href="/tag/gaoxiao168156.html">搞小</a> <a class="tag-cloud-link" style="font-size: 14.203592814371pt;" aria-label="花灯" href="/tag/huadeng.html">花灯</a> <a class="tag-cloud-link" style="font-size: 14.203592814371pt;" aria-label="iloveyou" href="/tag/iloveyou.html">iloveyou</a> <a class="tag-cloud-link" style="font-size: 14.203592814371pt;" aria-label="海边风景" href="/tag/haibianfengjing.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> 44</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> 21</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> 29</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> 70</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> 26</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> 68</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> 98</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> 94</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> 103</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> 79</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>