免费试用

跨平台小程序在线开发工具,用做网页的技术做小程序,兼容微信、支付宝、抖音、快手、百度等主流小程序平台!

htmlcss小程序开发

HTML和CSS是网页开发中最基础和必要的技能,这两种技术已经成为了现代互联网开发者的必修课。HTML定义了网页的结构和意义,而CSS则用于样式的设计和展现。在本文中,我们将对HTML和CSS做一个详细的介绍,并且介绍如何在小程序开发中使用它们。

一. 简介

HTML是HyperText Markup Language的简称,是用于创建网页的一种标记语言。HTML是网页基础,是一种使网页能够展示各种内容和结构的标准语言。HTML语言编写的文档可以被浏览器解析,并按照语法规则展示给用户。

CSS是Cascading Style Sheets的简称,是一种用来表现网页样式的语言。CSS将HTML文档中的元素进行格式化,如更改字体和颜色、调整字体大小、修改布局和边距等等。

在小程序开发中,HTML和CSS也是非常重要的,它们可以用于渲染小程序界面和定制小程序样式。

二. HTML

HTML通常由标签,属性和内容组成。标签是HTML定义的元素,属性是标签的特征描述,内容是标签包含的信息。

HTML标签有很多种类,比如标题标签`

`到`

`,段落标签`

`,图片标签``等等。这些标签通常是成对出现的,例如一个段落的开始标签是`

`,结束标签是`

`。在标签中,还可以添加属性来指定元素的一些特征,如文本对齐方式、颜色、字体等。

下面是一个简单的HTML的示例:

```html

这是一个标题

欢迎来到我的小程序

这是一个段落,用于演示Html在小程序中的应用。

图片

```

这个HTML页面包含了一个标题和一个段落,背景色为淡灰色,并且有一张图片。其中``标签定义了网页的标题,`<meta>`标签定义了网页的字符编码类型为UTF-8,`<style>`标签中定义了网页的背景颜色。</p><p>三. CSS</p><p>CSS可以通过各种方式进行应用,如行内样式、文档样式表和外部样式表等方式。以下是一个简单的CSS的示例应用:</p><p>```css</p><p>body {</p><p> background-color: #f0f0f0;</p><p>}</p><p>h1 {</p><p> color: red;</p><p> text-align: center;</p><p>}</p><p>```</p><p>这段CSS代码定义了网页的背景色为淡灰色,H1标题的颜色为红色,对齐方式为居中。</p><p>四. 小程序中的应用</p><p>在小程序中使用HTML和CSS,首先需要了解小程序的基本结构和语法。小程序的页面由四个文件组成:JS文件、WXML文件、WXSS文件和JSON文件。</p><p>- JS文件</p><p>JS文件是小程序业务逻辑处理文件,代码中主要负责处理页面交互逻辑和数据的处理。</p><p>- WXML文件</p><p>WXML文件是类似于HTML的页面结构文件,负责描述页面结构和内容。和HTML类似,WXML中允许使用各种标签和属性,描述页面的结构。</p><p>- WXSS文件</p><p>WXSS文件是类似于CSS的页面样式文件,负责描述页面的样式。和CSS类似,WXSS也可以用于渲染小程序的界面且可以描述网页的各种样式如字体、颜色、背景等。</p><p>- JSON文件</p><p>JSON文件是小程序的全局配置文件,负责描述页面的一些配置信息,如页面的标题、状态栏颜色等。</p><p>下面是一个简单的小程序页面示例:</p><p>```javascript</p><p><!-- WXML文件 --></p><p><view class="container"></p><p> <text class="title">欢迎来到小程序-WXML示例页面</text></p><p> <image class="avatar" src="../../imgs/avatar.jpg"></image></p><p> <button class="btn" bindtap="bindTap">点我呀</button></p><p></view></p><p>/*WXSS文件*/</p><p>.container {</p><p> background-color: #f0f0f0;</p><p> height: 100vh;</p><p> display: flex;</p><p> flex-direction: column;</p><p> align-items: center;</p><p> justify-content: center;</p><p>}</p><p>.title {</p><p> font-size: 32rpx;</p><p> color: blue;</p><p>}</p><p>.avatar {</p><p> width: 240rpx;</p><p> height: 240rpx;</p><p> border-radius: 50%;</p><p>}</p><p>.btn {</p><p> margin-top: 40rpx;</p><p> background-color: blue;</p><p> color: #fff;</p><p> padding: 20rpx 40rpx;</p><p> border-radius: 10rpx;</p><p>}</p><p>//JS文件</p><p>Page({</p><p> bindTap: function() {</p><p> wx.showToast({</p><p> title: "按钮被点击了",</p><p> icon: "none"</p><p> })</p><p> }</p><p>})</p><p>```</p><p>在这个示例中,WXML文件定义了页面结构,包含了一个标题、一张图片和一个按钮。WXSS文件定义了页面样式,包括页面的背景色、字体颜色、元素的大小和形状等等,同时JS文件中也包含了一些事件绑定。整个小程序代码编写起来非常方便,具有良好的可读性和可维护性。</p><p>总之,在小程序开发中,HTML和CSS同样可以用于渲染小程序的界面和定制小程序的样式,同时可以让小程序更加美观和易于用户使用。</p></div> <hr style="margin: 20px 0;height: 0;border: none; border-bottom: 1px dashed #ddd;"/> <div class="tag-banner"><a href="https://ruanzhu.yimenapp.com/"><img src="//cdn.myapp.ltd/ag/3/xinruanzhu.gif" style="vertical-align: top;display: inline-block;width: auto;max-width:100%;"></a></div> <div style="font-size:130%;padding-top:20px;">相关知识:</div> <div class=aitem> <img src="//i.cdn.yimenapp.com/ag/135/sucai/114.jpg"/> <div class=content> <a class=title href="info@-an-shan-ben-de-xiao-cheng-xu-kai-fa-gong-si-dian-hua-188371.html">鞍山本地小程序开发公司电话</a> <div class=summary>鞍山本地小程序开发公司是专门从事小程序开发的公司,针对多样化的业务需求,优先开发微信小程序或APP小程序等。小程序是一种类似于APP的应用程序,但不需要下载和安装,可以直接在微信等社交媒体平台上使用。该类小程序相对轻量化,只需要占用很少的设备存储空间即可使</div> <div class=date>2023-08-09</div> </div> </div> <div class=aitem> <img src="//i.cdn.yimenapp.com/ag/135/sucai/104.jpg"/> <div class=content> <a class=title href="info@-an-hui-jian-shen-lei-xiao-cheng-xu-kai-fa-ji-shu-185689.html">安徽健身类小程序开发技术</a> <div class=summary>安徽健身类小程序是指一种能够提供健身相关服务的微信小程序,包括健身预约、课程安排、健身记录等功能。下面,将对安徽健身类小程序的开发技术做一详细介绍。一、小程序框架小程序通过采用类似MVVM架构的框架来实现。它包含三个主要部分:1.视图层(View):即小程</div> <div class=date>2023-08-09</div> </div> </div> <div class=aitem> <img src="//i.cdn.yimenapp.com/ag/135/sucai/108.jpg"/> <div class=content> <a class=title href="info@-an-hui-jian-kang-yang-sheng-xiao-cheng-xu-kai-fa-jia-ge-185670.html">安徽健康养生小程序开发价格</a> <div class=summary>随着大众对健康养生的关注不断增加,在健康行业中,小程序也悄然成为一种必备的营销手段。随着安徽健康产业快速发展,安徽健康养生小程序的开发成为了一项重要的任务。本文将介绍安徽健康养生小程序开发的原理和价格。一、安徽健康养生小程序开发原理安徽健康养生小程序是微信</div> <div class=date>2023-08-09</div> </div> </div> <div class=aitem> <img src="//i.cdn.yimenapp.com/ag/135/sucai/12.jpg"/> <div class=content> <a class=title href="info@-web--wei-xin-xiao-cheng-xu-kai-fa-184240.html">web 微信小程序开发</a> <div class=summary>Web 微信小程序是一种基于 Web 技术开发的轻量级应用,可以在微信内部使用,适用于一些简单的场景,比如小型业务或者某些专业领域的应用场景。本文将详细介绍 Web 微信小程序开发的原理及相关技术。一、Web 微信小程序开发原理:Web 微信小程序基于 W</div> <div class=date>2023-08-09</div> </div> </div> <div class=aitem> <img src="//i.cdn.yimenapp.com/ag/135/sucai/117.jpg"/> <div class=content> <a class=title href="info@-unigui-kai-fa-wei-xin-xiao-cheng-xu-183690.html">unigui开发微信小程序</a> <div class=summary>UniGUI是一款基于Delphi的网络应用程序开发框架,可用于快速创建Web应用程序和Web站点。在UniGUI的帮助下,开发人员可以将现有的Delphi程序转化为Web应用程序,包括响应式设计、移动设备支持、Ajax技术、浏览器友好的交互设计等等。借助</div> <div class=date>2023-08-09</div> </div> </div> <div class=aitem> <img src="//i.cdn.yimenapp.com/ag/135/sucai/108.jpg"/> <div class=content> <a class=title href="info@-uniapp-wei-xin-xiao-cheng-xu-yun-kai-fa-183582.html">uniapp微信小程序云开发</a> <div class=summary>Uniapp是一种开源框架,适用于同时支持多个平台的移动应用程序,包括微信小程序、H5、安卓和iOS。微信小程序云开发是一种云服务,为微信小程序提供了一个云端开发平台,使开发人员可以快速构建小程序应用程序,其中包括云数据库、云函数、云存储等基本功能。本文将</div> <div class=date>2023-08-09</div> </div> </div> <div class=aitem> <img src="//i.cdn.yimenapp.com/ag/135/sucai/10.jpg"/> <div class=content> <a class=title href="info@-net-core--xiao-cheng-xu-kai-fa-yuan-ma-181573.html">net core 小程序开发源码</a> <div class=summary>.NET Core是一个用于构建跨平台应用程序的免费开源框架。它是Microsoft开发的一个跨平台的开源框架,可以在Windows、Linux和macOS上使用。近年来,微信小程序已经成为了非常流行的移动应用开发模式之一。本文将详细介绍如何使用.NET </div> <div class=date>2023-08-09</div> </div> </div> <div class=aitem> <img src="//i.cdn.yimenapp.com/ag/135/sucai/110.jpg"/> <div class=content> <a class=title href="info@-c-kai-fa-xiao-cheng-xu-179580.html">c#开发小程序</a> <div class=summary>C#是微软公司开发的一种面向对象的编程语言,在Windows操作系统上广泛使用。小程序是指功能简单、体积小、无需安装、快速使用的应用程序。因此,使用C#开发小程序非常实用,本文将介绍C#开发小程序的原理和详细步骤。一、开发工具和环境在开始使用C#开发小程序</div> <div class=date>2023-08-09</div> </div> </div> <div class=aitem> <img src="//i.cdn.yimenapp.com/ag/135/sucai/121.jpg"/> <div class=content> <a class=title href="info@-xi-an-xiao-cheng-xu-kai-fa-gong-ju-xian-shi-deng-lu-shi-bai-95703.html">西安小程序开发工具显示登录失败</a> <div class=summary>小程序开发工具是微信官方提供的开发工具,可用于开发和调试小程序。在使用小程序开发工具的过程中,有些用户可能会遇到“登录失败”的问题。那么,为什么会出现这种问题呢?1. 网络问题首先,登录失败可能与网络问题有关。小程序开发工具需要连接互联网进行登录,在网络状</div> <div class=date>2023-05-26</div> </div> </div> <div class=aitem> <img src="//i.cdn.yimenapp.com/ag/135/sucai/124.jpg"/> <div class=content> <a class=title href="info@-wei-xin-xiao-cheng-xu-kai-fa-gong-ju-diao-shi-er-wei-ma-95215.html">微信小程序开发工具调试二维码</a> <div class=summary>微信小程序开发工具是微信公司提供的一款针对小程序开发的集成开发环境(IDE)。其中最常用的功能就是通过生成调试二维码,实时查看小程序在手机端的运行效果。生成调试二维码的步骤:1. 打开微信小程序开发工具2. 创建一个空白项目(这里不做详细介绍)3. 在开发</div> <div class=date>2023-05-26</div> </div> </div> <div class=aitem> <img src="//i.cdn.yimenapp.com/ag/135/sucai/114.jpg"/> <div class=content> <a class=title href="info@-pu-tuo-xiao-cheng-xu-kai-fa-gong-ju-93454.html">普陀小程序开发工具</a> <div class=summary>普陀小程序开发工具是针对微信小程序的一款开发工具。它提供了小程序开发的全套解决方案,并且集成了多种功能,满足开发者使用小程序所需的各种需求。普陀小程序开发工具通过集成开发工具、调试器、编辑器和开发规范等一系列工具,帮助开发者快速、高效地进行小程序开发,让小</div> <div class=date>2023-05-26</div> </div> </div> <div class=aitem> <img src="//i.cdn.yimenapp.com/ag/135/sucai/121.jpg"/> <div class=content> <a class=title href="info@-ji-lin-dai-jia-xiao-cheng-xu-kai-fa-gong-ju-83035.html">吉林代驾小程序开发工具</a> <div class=summary>吉林代驾小程序是基于微信开发者工具开发的一款小程序应用,集成了代驾服务的预约、计费、支付及评价等功能。以下是该小程序开发工具原理和详细介绍。开发工具原理:吉林代驾小程序的开发工具使用了微信小程序原生开发框架,该开发框架由微信内置的JavaScript库提供</div> <div class=date>2023-05-22</div> </div> </div> </div> </div> <div class="topMs" style="height:auto;background:#fff;"></div> <style> .footer {background: #F9F9FA;height: auto;width: 100%;clear: both;} .link_list1 {width: 100%;clear: both;border-top: 1px solid #fff;margin-top: 9px;} .fflist {position: relative;height: auto;} .fflist-title {position: absolute;left: 0;text-align: left;line-height: 25px;font-size: 13px;color: #6a7582;letter-spacing: .43px;padding-right: 20px;font-weight: 700;} .fflist-wrap {zoom: 1;padding-left: 70px;width: 100%;box-sizing: border-box;} .fflist-link{display: inline-block;width: 10%;text-align: left;line-height: 25px;font-size: 12px;color: #6a7582;letter-spacing: .43px;text-decoration: none;} </style> <div class="footer"> <div class="width_normal"> <ul class="foot_ul"> <li class="foot_title">一门APP</li> <li><a href="https://www.yimenapp.com/aboutus.html">关于我们 ›</a></li> <li><a href="https://www.yimenapp.com/info/shi-yong-tiao-kuan-258.html">使用条款 ›</a></li> <li><a href="https://www.yimenapp.com/aboutus.html">隐私条款 ›</a></li> <li><a href="https://www.yimenapp.com/aboutus.html">企业文化 ›</a></li> <li><a href="https://www.yimenapp.com/aboutus.html">企业历程 ›</a></li> </ul> <ul class="foot_ul"> <li class="foot_title">主要产品</li> <li><a href="https://www.yimenapp.com/more.html">一门APP ›</a></li> <li><a href="https://www.yimenapp.com/exe.html">一门应用 ›</a></li> <li><a href="https://www.yimenapp.com/shop.cshtml">一门云商城 ›</a></li> <li><a href="https://www.yimenapp.com/jiaocheng.html">使用教程 ›</a></li> </ul> <ul class="foot_ul"> <li class="foot_title">增值服务</li> <li><a href="https://www.yimenapp.com/iosup.html">苹果上架 ›</a></li> <li><a href="https://www.yimenapp.com/androidup.html">安卓上架 ›</a></li> <li><a href="https://www.yimenapp.com/softpage.html">软著申请 ›</a></li> <li><a href="https://bbs.yimenapp.com/forum-151-1.html">应用内测 ›</a></li> </ul> <ul class="foot_ul"> <li class="foot_title">开放平台</li> <li><a href="/module">组件模块 ›</a></li> <li><a href="doc/demo.cshtml">APP Demo ›</a></li> <li><a href="/desktop/doc/#/api/variable">PC Demo ›</a></li> <li><a href="/doc/mp.cshtml">小程序 Demo ›</a></li> </ul> <ul class="foot_ul"> <li class="foot_title">语言版本</li> <li><a href="/" onclick='document.cookie="_ymlang=zh"'>简体中文 ›</a></li> </ul> <ul class="foot_ul contactUs"> <li class="foot_title"><a href="aboutus.html">联系我们</a></li> <li>企业电话: 4001658508</li> <li>企业QQ: 4001658508</li> <li>座机: 028-65787095</li> <li>邮箱: dev@yimenapp.com</li> <li>地址: 四川省成都市高新区剑南大道1537号3栋4楼</li> </ul> <div class="link_list1"> <div class="fflist"> <span class="fflist-title">一门产品</span> <div class="fflist-wrap"> <a class="fflist-link" href="https://bbs.yimenapp.com/more.html" target="_blank">APP打包</a> <a class="fflist-link" href="https://www.yimenapp.com/sapp.html" target="_blank">小程序打包</a> <a class="fflist-link" href="https://bbs.yimenapp.com/exe.html" target="_blank">EXE打包</a> <a class="fflist-link" href="https://bbs.yimenapp.com/shop.html" target="_blank">云商城</a> <a class="fflist-link" href="https://bbs.yimenapp.com/discuz.html" target="_blank">Discuz app</a> <a class="fflist-link" href="https://bbs.yimenapp.com/wordpress.html" target="_blank">Wordpress app</a> <a class="fflist-link" href="https://bbs.yimenapp.com/webclip.html" target="_blank">Webclip</a> <a class="fflist-link" href="https://bbs.yimenapp.com/softpage.html" target="_blank">APP软著申请</a> <a class="fflist-link" href="https://bbs.yimenapp.com/iosup.html" target="_blank">APP上架</a> <a class="fflist-link" href="https://bbs.yimenapp.com/ssl.html" target="_blank">SSL加密</a> <a class="fflist-link" href="https://bbs.yimenapp.com/iosmianqian.html" target="_blank">IOS免签版</a> <a class="fflist-link" href="https://bbs.yimenapp.com/vueapp.html" target="_blank">vue做APP</a> <a class="fflist-link" href="https://bbs.yimenapp.com/appfenfa.html" target="_blank">APP分发</a> <a class="fflist-link" href="https://bbs.yimenapp.com/ioscer.html" target="_blank">IOS证书制作工具</a> <a class="fflist-link" href="https://bbs.yimenapp.com/androidtool.html" target="_blank">安卓证书制作工具</a> <a class="fflist-link" href="https://bbs.yimenapp.com/chongqianming.html" target="_blank">安卓重签名工具</a> <a class="fflist-link" href="https://www.yimenapp.com/special.html" target="_blank">更多</a> </div> </div> <div class="fflist"> <span class="fflist-title">一门文档</span> <div class="fflist-wrap"> <a class="fflist-link" href="https://www.yimenapp.com/kb-yimen/category/zixun/" target="_blank">行业技术</a> <a class="fflist-link" href="https://www.yimenapp.com/kb-yimen/category/androidinfo/" target="_blank">安卓开发</a> <a class="fflist-link" href="https://www.yimenapp.com/kb-yimen/category/iosinfo/" target="_blank">IOS开发</a> <a class="fflist-link" href="https://www.yimenapp.com/kb-yimen/category/www/" target="_blank">互联网</a> <a class="fflist-link" href="https://www.yimenapp.com/kb-yimen/category/windows/" target="_blank">Windows</a> <a class="fflist-link" href="https://www.yimenapp.com/kb-yimen/category/macos/" target="_blank">Macos</a> <a class="fflist-link" href="https://www.yimenapp.com/kb-yimen/category/kaifangpingtai/" target="_blank">开放平台</a> <a class="fflist-link" href="https://www.yimenapp.com/kb-yimen/category/jssdk/" target="_blank">JS-SDK</a> <a class="fflist-link" href="https://www.yimenapp.com/kb-yimen/category/appcs/" target="_blank">测试分发</a> </div> </div> <div class="fflist"> <span class="fflist-title">三方平台</span> <div class="fflist-wrap"> <a class="fflist-link" href="https://www.yimenapp.com/kb-yimen/app/hwopen/" target="_blank">华为开放平台</a> <a class="fflist-link" href="https://www.yimenapp.com/kb-yimen/app/oppokfpt/" target="_blank">OPPO开放平台</a> <a class="fflist-link" href="https://www.yimenapp.com/kb-yimen/app/vivokfpt/" target="_blank">VIVO开放平台</a> <a class="fflist-link" href="https://www.yimenapp.com/kb-yimen/app/xiaomikfpt/" target="_blank">小米开放平台</a> <a class="fflist-link" href="https://www.yimenapp.com/kb-yimen/app/meizukfpt/" target="_blank">魅族开放平台</a> <a class="fflist-link" href="https://www.yimenapp.com/kb-yimen/app/weixinopen/" target="_blank">微信开放平台</a> <a class="fflist-link" href="https://www.yimenapp.com/kb-yimen/app/zfbopen/" target="_blank">支付宝开放平台</a> <a class="fflist-link" href="https://www.yimenapp.com/kb-yimen/app/baiduopen/" target="_blank">百度开放平台</a> <a class="fflist-link" href="https://www.yimenapp.com/kb-yimen/app/qqopen/" target="_blank">腾讯开放平台</a> </div> </div> <div class="fflist"> <span class="fflist-title">推荐模块</span> <div class="fflist-wrap"> <a class="fflist-link" href="/module/yuan-sheng-biao-ti-lan-1.html" target="_blank">原生标题栏</a> <a class="fflist-link" href="/module/sao-yi-sao-8.html" target="_blank">扫一扫</a> <a class="fflist-link" href="/module/an-gao-qi-dong-bing-32.html" target="_blank">广告启动屏</a> <a class="fflist-link" href="/module/wei-xin-fen-xiang-33.html" target="_blank">微信分享</a> <a class="fflist-link" href="/module/ce-bian-lan-52.html" target="_blank">侧边栏</a> <a class="fflist-link" href="/module/AppsFlyer--tong-ji-152.html" target="_blank">AppsFlyer统计</a> <a class="fflist-link" href="/module/zhi-fu-bao-zhi-fu-37.html" target="_blank">支付宝支付</a> <a class="fflist-link" href="/module/X5-nei-he-20.html" target="_blank">X5内核</a> <a class="fflist-link" href="/module/chuan-shan-jia-an-gao-90.html" target="_blank">穿山甲广告</a> <a class="fflist-link" href="/module/liu-lan-qi-UA-13.html" target="_blank">浏览器UA</a> <a class="fflist-link" href="/module/iOS-nei-gou-30.html" target="_blank">IOS内购</a> <a class="fflist-link" href="/module/tuo-luo-yi-59.html" target="_blank">陀螺仪</a> <a class="fflist-link" href="/module/ji-shi-tong-xun-64.html" target="_blank">融云IM</a> <a class="fflist-link" href="/module/IDFA--an-gao-biao-shi-fu-75.html" target="_blank">IDFA广告标识</a> <a class="fflist-link" href="/module/IMEIOAID--biao-shi-74.html" target="_blank">IMEI/OAID</a> <a class="fflist-link" href="/module/ge-tui-tui-song-39.html" target="_blank">个推推送</a> <a class="fflist-link" href="/module/gao-de-ding-wei-130.html" target="_blank">高德定位</a> <a class="fflist-link" href="/module/wei-xin-deng-lu-11.html" target="_blank">微信登录</a> </div> </div> <div class="link_list1" style="margin-top:29px;"> <div class="fflist"> <span class="fflist-title">工具推荐</span> <div class="fflist-wrap"> <div ><a href="/xiaochengxu-119.html" class="fflist-link">php网站改成成小程序</a> <span > </span> <a href="/xiaochengxu-155.html" class="fflist-link">怎么制造小程序</a> <span > </span> <a href="/xiaochengxu-194.html" class="fflist-link">将网站链接做成小程序</a> <span > </span> <a href="/xiaochengxu-318.html" class="fflist-link">h5网站转小程序</a> <span > </span> <a href="/xiaochengxu-822.html" class="fflist-link">小程序类目</a> <span > </span> <a href="/xiaochengxu-1021.html" class="fflist-link">小程序logo</a> <span > </span> <a href="/xiaochengxu-1060.html" class="fflist-link">小程序开发者平台</a> <span > </span> <a href="/gongju-140.html" class="fflist-link">本地小程序公司开发工具是什么</a> <span > </span> <a href="/gongju-360.html" class="fflist-link">科创小程序开发工具</a> <span > </span> <a href="/gongju-498.html" class="fflist-link">手机版微信小程序开发工具</a> <span > </span> <a href="/gongju-522.html" class="fflist-link">网站小程序开发工具</a> <span > </span> <a href="/gongju-538.html" class="fflist-link">微信web小程序开发工具电话</a> <span > </span> <a href="/gongju-576.html" class="fflist-link">小程序打包工具对比</a> <span > </span> <a href="/gongju-656.html" class="fflist-link">小程序开发工具 快捷键</a> <span > </span> <a href="/gongju-929.html" class="fflist-link">小程序开发工具和真机</a> <span > </span> <a href="/gongju-1132.html" class="fflist-link">小程序开发工具切后台使用</a> <span > </span> <a href="/gongju-1253.html" class="fflist-link">小程序开发工具腾讯云开通</a> <span > </span> <a href="/gongju-1260.html" class="fflist-link">小程序开发工具替换快捷键</a> <span > </span> <a href="/gongju-1266.html" class="fflist-link">小程序开发工具调试快捷键</a> <span > </span> <a href="/gongju-1324.html" class="fflist-link">小程序开发工具项目跑不起来</a> <span > </span> <a href="/gongju-1605.html" class="fflist-link">小程序离线开发工具</a> <span > </span> <a href="/gongju-1627.html" class="fflist-link">小程序前端代码生成工具</a> <span > </span> <a href="/gongju-1652.html" class="fflist-link">小程序三方开发工具</a> <span > </span> <a href="/gongju-1662.html" class="fflist-link">小程序商城免费开发工具有哪些软件</a> <span > </span> <a href="/gongju-1675.html" class="fflist-link">小程序生成工具代理入口</a> <span > </span> <a href="/gongju-1840.html" class="fflist-link">源码如何导入到小程序开发工具</a> <span > </span> <a href="/gongju-1867.html" class="fflist-link">怎样将小程序源码导入到开发工具</a> <span > </span> <a href="/mp-xcx-197.html" class="fflist-link">百度小程序定制开发服务是什么</a> <span > </span> <a href="/mp-xcx-281.html" class="fflist-link">百度小程序开发都有哪些</a> <span > </span> <a href="/mp-xcx-451.html" class="fflist-link">百度小程序开发免费教程</a> <span > </span> <a href="/mp-xcx-512.html" class="fflist-link">百度小程序开发商家</a> <span > </span> <a href="/mp-xcx-544.html" class="fflist-link">百度小程序开发为何能成最大变量</a> <span > </span> <a href="/mp-xcx-790.html" class="fflist-link">百度小程序是开发时间</a> <span > </span> <a href="/mp-xcx-831.html" class="fflist-link">百度小程序云台山开发</a> <span > </span> <a href="/mp-xcx-924.html" class="fflist-link">百度智能小程序定制开发服务</a> <span > </span> <a href="/mp-xcx-1081.html" class="fflist-link">本地百度小程序开发费用</a></div> </div> </div> </div> <div style="clear:both;"></div> <div class="link_list"> <span>友情链接:</span> <a href="https://www.yimenapp.com">APP开发</a> <a href="https://bbs.yimenapp.com">APP开发社区</a> <a href="http://www.anzhuoe.cn">安卓上架</a> <a href="https://www.yimenapp.net">APP打包</a> <a href="http://app.applebyme.cn">APP生成</a> <a href="http://www.yimenapp.cn">APP封装</a> <a href="http://www.uapp.club">webclip</a><a href="http://www.yizhanapp.com">驿站APP</a> <a href="http://discuz.yizhanapp.com">discuz做APP</a> <a href="http://www.applebyme.cn/">苹果APP上架</a> <a href="https://www.yimenapp.com/wordpress.html">wordpress app</a><a href="https://www.yimenssl.com/">低价ssl</a> <div style="clear:both;"></div> </div> </div> </div> <div class="bottom"> <div class="width_normal"> <span>©2015-2021 成都七扇门科技有限公司 yimenapp.com</span> <span><img src="//cdn.myapp.ltd/ag/35/img/foot_1.png"/> <a href="https://www.beian.gov.cn/portal/registerSystemInfo?recordcode=51019002001185">川公网安备 51019002001185号</a></span> <span><a href="https://beian.miit.gov.cn/">蜀ICP备17005078号-4</a></span> <span><a href="https://v.yunaq.com/certificate?domain=www.yimenapp.com&from=label&code=90030"><img src="//cdn.myapp.ltd/ag/35/img/foot_2.png" class="bot_img"/></a></span> <div style="clear:both;"></div> </div> </div> <script> if (!/MicroMessenger.*miniProgram|Alipay.*MiniProgram|toutiaomicroapp|QQ.*miniProgram|swan\/|JD.*miniProgram|kwapp.*miniProgram/i.test(navigator.userAgent)) { document.write(decodeURIComponent(` %3C!--%20WPA%20start%20--%3E%0A%3Cscript%20id%3D%22qd2852153749712b2d3cc16651c050fa3081fba21c66%22%20src%3D%22https%3A%2F%2Fwp.qiye.qq.com%2Fqidian%2F2852153749%2F712b2d3cc16651c050fa3081fba21c66%22%20charset%3D%22utf-8%22%20async%20defer%3E%3C%2Fscript%3E%0A%3C!--%20WPA%20end%20--%3E%0A%3Cscript%3E%0Avar%20_hmt%20%3D%20_hmt%20%7C%7C%20%5B%5D%3B%0A(function()%20%7B%0A%20%20var%20hm%20%3D%20document.createElement(%22script%22)%3B%0A%20%20hm.src%20%3D%20%22https%3A%2F%2Fhm.baidu.com%2Fhm.js%3Fae20e6738a6aa19cf1f3f2ce43dcb2b5%22%3B%0A%20%20var%20s%20%3D%20document.getElementsByTagName(%22script%22)%5B0%5D%3B%20%0A%20%20s.parentNode.insertBefore(hm%2C%20s)%3B%0A%7D)()%3B%0A%3C%2Fscript%3E%0A%20%20%3Cscript%3E%0Avar%20_hmt%20%3D%20_hmt%20%7C%7C%20%5B%5D%3B%0A(function()%20%7B%0A%20%20var%20hm%20%3D%20document.createElement(%22script%22)%3B%0A%20%20hm.src%20%3D%20%22https%3A%2F%2Fhm.baidu.com%2Fhm.js%3F3da5a313e099b629a89e99f0ef41896c%22%3B%0A%20%20var%20s%20%3D%20document.getElementsByTagName(%22script%22)%5B0%5D%3B%20%0A%20%20s.parentNode.insertBefore(hm%2C%20s)%3B%0A%7D)()%3B%0A%3C%2Fscript%3E%0A%3Cscript%3E%0Avar%20_hmt%20%3D%20_hmt%20%7C%7C%20%5B%5D%3B%0A(function()%20%7B%0A%20%20var%20hm%20%3D%20document.createElement(%22script%22)%3B%0A%20%20hm.src%20%3D%20%22https%3A%2F%2Fhm.baidu.com%2Fhm.js%3Facb5b28fbdbef6aadca2373f2329a647%22%3B%0A%20%20var%20s%20%3D%20document.getElementsByTagName(%22script%22)%5B0%5D%3B%20%0A%20%20s.parentNode.insertBefore(hm%2C%20s)%3B%0A%7D)()%3B%0A%3C%2Fscript%3E `)); } </script> <script> /*推广联盟*/ (function () { var m = /un=(\d+)/.exec(location.href.toLowerCase()); if (!m) return; var d = new Date(); d.setTime(d.getTime() + 12 * 3600 * 1000); document.cookie = "un=" + m[1] + ";path=/;expires=" + d.toGMTString(); })(); </script> <link rel=stylesheet href=assets/highlight-11.9.0/styles/vs.min.css /> <style>code[lang]::before{content:attr(lang);display:block;text-align:right;margin-bottom:8px;font-weight:bold;text-transform:capitalize}</style> <script src=assets/highlight-11.9.0/highlight.min.js></script> <script>hljs.highlightAll()</script></body> </html>