<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0">
  <channel>
    <title>小白教程 - 微信小程序系列教程</title>
    <link>https://www.xiaobai27.com/portal.php?mod=list&amp;catid=25</link>
    <description>Latest 20 articles of 微信小程序系列教程</description>
    <copyright>Copyright(C) 小白教程</copyright>
    <generator>Discuz! Board by Comsenz Inc.</generator>
    <lastBuildDate>Mon, 11 May 2026 14:00:45 +0000</lastBuildDate>
    <ttl>60</ttl>
    <image>
      <url>https://www.xiaobai27.com/static/image/common/logo_88_31.gif</url>
      <title>小白教程</title>
      <link>https://www.xiaobai27.com/</link>
    </image>
    <item>
      <title>微信小程序 大屏适配指南</title>
      <link>https://www.xiaobai27.com/article-540-1.html</link>
      <description><![CDATA[大屏适配指南目前市面上的用户设备大致可分为小屏的手机端、中屏的平板、大屏的 PC 端三类，而在这三类设备中又会有细小的尺寸差别，也称作屏幕碎片化。随着小程序能够在越来越多的设备终端上运行，开发者也应该针对 ... ...]]></description>
      <category>微信小程序系列教程</category>
      <author>小白教程</author>
      <pubDate>Mon, 28 Feb 2022 16:44:15 +0000</pubDate>
    </item>
    <item>
      <title>微信小程序 DarkMode适配指南</title>
      <link>https://www.xiaobai27.com/article-539-1.html</link>
      <description><![CDATA[DarkMode 适配指南微信从iOS客户端 7.0.12、Android客户端 7.0.13 开始正式支持 DarkMode，小程序也从基础库 v2.11.0、开发者工具 1.03.2004271 开始，为开发者提供小程序内的 DarkMode 适配能力。开启 DarkMode在ap ... ...]]></description>
      <category>微信小程序系列教程</category>
      <author>小白教程</author>
      <pubDate>Mon, 28 Feb 2022 16:43:47 +0000</pubDate>
    </item>
    <item>
      <title>微信小程序 数据预拉取</title>
      <link>https://www.xiaobai27.com/article-538-1.html</link>
      <description><![CDATA[数据预拉取预拉取能够在小程序冷启动的时候通过微信后台提前向第三方服务器拉取业务数据，当代码包加载完时可以更快地渲染页面，减少用户等待时间，从而提升小程序的打开速度 。使用流程1. 配置数据下载地址登录小程 ... ...]]></description>
      <category>微信小程序系列教程</category>
      <author>小白教程</author>
      <pubDate>Mon, 28 Feb 2022 16:43:16 +0000</pubDate>
    </item>
    <item>
      <title>微信小程序 周期性更新</title>
      <link>https://www.xiaobai27.com/article-537-1.html</link>
      <description><![CDATA[周期性更新能够在用户未打开小程序的情况下，也能从服务器提前拉取数据，当用户打开小程序时可以更快地渲染页面，减少用户等待时间，增强在弱网条件下的可用性。使用流程1. 配置数据下载地址登录小程序 MP 管理后台 ... ...]]></description>
      <category>微信小程序系列教程</category>
      <author>小白教程</author>
      <pubDate>Mon, 28 Feb 2022 16:42:55 +0000</pubDate>
    </item>
    <item>
      <title>微信小程序 自定义tabBar</title>
      <link>https://www.xiaobai27.com/article-536-1.html</link>
      <description><![CDATA[自定义 tabBar 可以让开发者更加灵活地设置 tabBar 样式，以满足更多个性化的场景。在自定义 tabBar 模式下为了保证低版本兼容以及区分哪些页面是 tab 页，tabBar 的相关配置项需完整声明，但这些字段不会作用于自定 ... ...]]></description>
      <category>微信小程序系列教程</category>
      <author>小白教程</author>
      <pubDate>Mon, 28 Feb 2022 16:42:32 +0000</pubDate>
    </item>
    <item>
      <title>微信小程序 服务端能力</title>
      <link>https://www.xiaobai27.com/article-535-1.html</link>
      <description><![CDATA[后端 API小程序还提供了一系列在后端服务器使用 HTTPS 请求调用的 API，帮助开发者在后台完成各类数据分析、管理和查询等操作。如getAccessToken，code2Session等。access_tokenaccess_token是小程序全局唯一后台接 ... ...]]></description>
      <category>微信小程序系列教程</category>
      <author>小白教程</author>
      <pubDate>Mon, 28 Feb 2022 16:42:08 +0000</pubDate>
    </item>
    <item>
      <title>微信小程序 多线程Worker</title>
      <link>https://www.xiaobai27.com/article-534-1.html</link>
      <description><![CDATA[多线程 Worker一些异步处理的任务，可以放置于 Worker 中运行，待运行结束后，再把结果返回到小程序主线程。Worker 运行于一个单独的全局上下文与线程中，不能直接调用主线程的方法。Worker 与主线程之间的数据传输 ... ...]]></description>
      <category>微信小程序系列教程</category>
      <author>小白教程</author>
      <pubDate>Mon, 28 Feb 2022 16:41:04 +0000</pubDate>
    </item>
    <item>
      <title>微信小程序 分包加载</title>
      <link>https://www.xiaobai27.com/article-533-1.html</link>
      <description><![CDATA[某些情况下，开发者需要将小程序划分成不同的子包，在构建时打包成不同的分包，用户在使用时按需进行加载。在构建小程序分包项目时，构建会输出一个或多个分包。每个使用分包小程序必定含有一个主包。所谓的主包，即 ... ...]]></description>
      <category>微信小程序系列教程</category>
      <author>小白教程</author>
      <pubDate>Mon, 28 Feb 2022 16:40:40 +0000</pubDate>
    </item>
    <item>
      <title>微信小程序 画布</title>
      <link>https://www.xiaobai27.com/article-532-1.html</link>
      <description><![CDATA[Canvas 画布所有在canvas中的画图必须用 JavaScript 完成：WXML：（我们在接下来的例子中如无特殊声明都会用这个 WXML 为模板，不再重复）canvas canvas-id=&amp;quot;myCanvas&amp;quot; style=&amp;quot;border: 1px solid;&amp;quot;/ JS：（我们在接 ... ...]]></description>
      <category>微信小程序系列教程</category>
      <author>小白教程</author>
      <pubDate>Mon, 28 Feb 2022 16:39:52 +0000</pubDate>
    </item>
    <item>
      <title>微信小程序 文件系统</title>
      <link>https://www.xiaobai27.com/article-531-1.html</link>
      <description><![CDATA[文件系统文件系统是小程序提供的一套以小程序和用户维度隔离的存储以及一套相应的管理接口。通过wx.getFileSystemManager()可以获取到全局唯一的文件系统管理器，所有文件系统的管理操作通过FileSystemManager来调用 ... ...]]></description>
      <category>微信小程序系列教程</category>
      <author>小白教程</author>
      <pubDate>Mon, 28 Feb 2022 16:39:26 +0000</pubDate>
    </item>
    <item>
      <title>微信小程序 网络</title>
      <link>https://www.xiaobai27.com/article-530-1.html</link>
      <description><![CDATA[网络在小程序/小游戏中使用网络相关的 API 时，需要注意下列问题，请开发者提前了解。1. 服务器域名配置每个微信小程序需要事先设置通讯域名，小程序只可以跟指定的域名进行网络通信。包括普通 HTTPS 请求（wx.reque ... ...]]></description>
      <category>微信小程序系列教程</category>
      <author>小白教程</author>
      <pubDate>Mon, 28 Feb 2022 16:38:49 +0000</pubDate>
    </item>
    <item>
      <title>微信小程序 插件功能页</title>
      <link>https://www.xiaobai27.com/article-529-1.html</link>
      <description><![CDATA[插件功能页插件功能页从小程序基础库版本2.1.0开始支持。某些接口不能在插件中直接调用（如wx.login），但插件开发者可以使用插件功能页的方式来实现功能。目前，插件功能页包括：获取用户信息，包括openid和昵称等 ... ...]]></description>
      <category>微信小程序系列教程</category>
      <author>小白教程</author>
      <pubDate>Mon, 28 Feb 2022 16:37:43 +0000</pubDate>
    </item>
    <item>
      <title>微信小程序 插件调用API的限制</title>
      <link>https://www.xiaobai27.com/article-528-1.html</link>
      <description><![CDATA[插件调用 API 的限制插件可以调用的 API 与小程序不同，主要有两个区别：插件的请求域名列表与小程序相互独立；一些 API 不允许插件调用（这些函数不存在于wx对象下）。有些接口虽然在插件中不能使用，但可以通过插 ... ...]]></description>
      <category>微信小程序系列教程</category>
      <author>小白教程</author>
      <pubDate>Mon, 28 Feb 2022 16:33:38 +0000</pubDate>
    </item>
    <item>
      <title>微信小程序 使用插件</title>
      <link>https://www.xiaobai27.com/article-527-1.html</link>
      <description><![CDATA[使用插件添加插件在使用插件前，首先要在小程序管理后台的“设置-第三方服务-插件管理”中添加插件。开发者可登录小程序管理后台，通过 appid 查找插件并添加。如果插件无需申请，添加后可直接使用；否则需要申请并 ... ...]]></description>
      <category>微信小程序系列教程</category>
      <author>小白教程</author>
      <pubDate>Mon, 28 Feb 2022 16:32:57 +0000</pubDate>
    </item>
    <item>
      <title>微信小程序 开发插件</title>
      <link>https://www.xiaobai27.com/article-526-1.html</link>
      <description><![CDATA[创建插件项目插件类型的项目可以在开发者工具中直接创建。新建插件类型的项目后，如果创建示例项目，则项目中将包含三个目录：plugin目录：插件代码目录。miniprogram目录：放置一个小程序，用于调试插件。doc目录： ... ...]]></description>
      <category>微信小程序系列教程</category>
      <author>小白教程</author>
      <pubDate>Mon, 28 Feb 2022 16:31:42 +0000</pubDate>
    </item>
    <item>
      <title>微信小程序 单元测试</title>
      <link>https://www.xiaobai27.com/article-525-1.html</link>
      <description><![CDATA[单元测试在编写高质量的自定义组件过程中，单元测试是永远避不开的一个话题。完善的测试用例是提高自定义组件可用性的保证，同时测试代码覆盖率也是必不可少的一个环节。小程序从基础库版本2.2.1开始拥抱开源，支持 ... ...]]></description>
      <category>微信小程序系列教程</category>
      <author>小白教程</author>
      <pubDate>Mon, 28 Feb 2022 15:29:17 +0000</pubDate>
    </item>
    <item>
      <title>微信小程序 开发第三方自定义组件</title>
      <link>https://www.xiaobai27.com/article-524-1.html</link>
      <description><![CDATA[开发第三方自定义组件小程序从基础库版本2.2.1开始支持使用 npm 安装第三方包，因此也支持开发和使用第三方自定义组件包。关于 npm 功能的详情可先阅读((npm 支持))。准备开发一个开源的自定义组件包给他人使用，首 ... ...]]></description>
      <category>微信小程序系列教程</category>
      <author>小白教程</author>
      <pubDate>Mon, 28 Feb 2022 15:28:37 +0000</pubDate>
    </item>
    <item>
      <title>微信小程序 自定义组件扩展</title>
      <link>https://www.xiaobai27.com/article-523-1.html</link>
      <description><![CDATA[自定义组件扩展为了更好定制自定义组件的功能，可以使用自定义组件扩展机制。从小程序基础库版本2.2.3开始支持。扩展后的效果为了更好的理解扩展后的效果，先举一个例子：// behavior.js module.exports = Behavior( ... ...]]></description>
      <category>微信小程序系列教程</category>
      <author>小白教程</author>
      <pubDate>Mon, 28 Feb 2022 15:28:01 +0000</pubDate>
    </item>
    <item>
      <title>微信小程序 抽象节点</title>
      <link>https://www.xiaobai27.com/article-522-1.html</link>
      <description><![CDATA[抽象节点这个特性自小程序基础库版本1.9.6开始支持。在组件中使用抽象节点有时，自定义组件模板中的一些节点，其对应的自定义组件不是由自定义组件本身确定的，而是自定义组件的调用者确定的。这时可以把这个节点声 ... ...]]></description>
      <category>微信小程序系列教程</category>
      <author>小白教程</author>
      <pubDate>Mon, 28 Feb 2022 15:27:44 +0000</pubDate>
    </item>
    <item>
      <title>微信小程序 纯数据字段</title>
      <link>https://www.xiaobai27.com/article-521-1.html</link>
      <description><![CDATA[纯数据字段纯数据字段是一些不用于界面渲染的 data 字段，可以用于提升页面更新性能。从小程序基础库版本2.8.2开始支持。组件数据中的纯数据字段有些情况下，某些data中的字段（包括setData设置的字段）既不会展示在 ... ...]]></description>
      <category>微信小程序系列教程</category>
      <author>小白教程</author>
      <pubDate>Mon, 28 Feb 2022 15:27:15 +0000</pubDate>
    </item>
  </channel>
</rss>