<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0">
  <channel>
    <title>邻家小院- - 网页学习</title>
    <link>http://91baohe.com/forum.php?mod=forumdisplay&amp;fid=6</link>
    <description>Latest 20 threads of 网页学习</description>
    <copyright>Copyright(C) 邻家小院-</copyright>
    <generator>Discuz! Board by Comsenz Inc.</generator>
    <lastBuildDate>Tue, 26 May 2026 20:24:02 +0000</lastBuildDate>
    <ttl>60</ttl>
    <image>
      <url>http://91baohe.com/static/image/common/logo_88_31.gif</url>
      <title>邻家小院-</title>
      <link>http://91baohe.com/</link>
    </image>
    <item>
      <title>FOF获取云端数据到下拉列表</title>
      <link>http://91baohe.com/forum.php?mod=viewthread&amp;tid=384</link>
      <description><![CDATA[异步 定义函数 中信_获取资金流水类型(访问信息, 整体信息) {
    局部变量 指令 = {
        \&quot;Code\&quot;: \&quot;80034\&quot;
    };
    通用多线程返回(指令, 访问信息, 整体信息);
}      



     (定义函数 获取资金流水类型() {
                网页访问_异步(\&quot;/中信_获取资金 ...]]></description>
      <category>网页学习</category>
      <author>admin</author>
      <pubDate>Tue, 03 Mar 2026 06:12:17 +0000</pubDate>
    </item>
    <item>
      <title>FOF输入框回车事件</title>
      <link>http://91baohe.com/forum.php?mod=viewthread&amp;tid=383</link>
      <description><![CDATA[$(\&quot;#查询按钮ID\&quot;).点击元素(定义函数 () {
                重载表格();
   });


                    搜索]]></description>
      <category>网页学习</category>
      <author>admin</author>
      <pubDate>Tue, 03 Mar 2026 06:02:20 +0000</pubDate>
    </item>
    <item>
      <title>FOF初始化开始和结束时间</title>
      <link>http://91baohe.com/forum.php?mod=viewthread&amp;tid=382</link>
      <description><![CDATA[定义函数 时间_格式化(date) {
                常量 year = date.取年();
                常量 month = 字符串类(date.取月份() + 1).文本长度填充2(2, \&quot;0\&quot;); // 月份从0开始，补0
                常量 day = 字符串类(date.取日()).文本长度填充2(2, \&quot;0 ...]]></description>
      <category>网页学习</category>
      <author>admin</author>
      <pubDate>Tue, 03 Mar 2026 02:37:43 +0000</pubDate>
    </item>
    <item>
      <title>FOF处理日期</title>
      <link>http://91baohe.com/forum.php?mod=viewthread&amp;tid=361</link>
      <description><![CDATA[2025/11/18 10:39:02会被处理为2025-11-18



  局部变量 rawDate = 当前内容[\&quot;DeviceCreateTime\&quot;];
                    如果 (rawDate) {
                        常量 datePart = rawDate.分割文本(\&quot; \&quot;)[0]; // 去掉时间部分
                        常量 formatte ...]]></description>
      <category>网页学习</category>
      <author>admin</author>
      <pubDate>Wed, 19 Nov 2025 01:41:39 +0000</pubDate>
    </item>
    <item>
      <title>FOF日期设置开始和结束</title>
      <link>http://91baohe.com/forum.php?mod=viewthread&amp;tid=358</link>
      <description><![CDATA[$(Dom文档).页面加载完毕(定义函数 () {
                常量 当前日期 = 新建对象 日期类();
                常量 当前年 = 当前日期.取年();
                常量 当前月 = 当前日期.取月份();
                常量 开始日期 = 新建对象 日期类(当前年,  ...]]></description>
      <category>网页学习</category>
      <author>admin</author>
      <pubDate>Wed, 12 Nov 2025 02:42:13 +0000</pubDate>
    </item>
    <item>
      <title>FOF设置多个组件为空值</title>
      <link>http://91baohe.com/forum.php?mod=viewthread&amp;tid=357</link>
      <description><![CDATA[$(\&quot;#重置按钮ID\&quot;).点击元素(定义函数 () {
                    $(\&quot;#store_id, #startTime, #endTime, #status, #payment_method\&quot;).设置或获取值(\&quot;\&quot;);
                    form.render(\&quot;select\&quot;); // 刷新下拉框
                    重载门店信息();
  });

 ...]]></description>
      <category>网页学习</category>
      <author>admin</author>
      <pubDate>Wed, 12 Nov 2025 01:31:36 +0000</pubDate>
    </item>
    <item>
      <title>FOF lay表格功能类</title>
      <link>http://91baohe.com/forum.php?mod=viewthread&amp;tid=356</link>
      <description><![CDATA[重载表格   

   定义函数 重载门店信息() {
                局部变量 查询参数 = \&quot;/定时任务查询?搜索词=\&quot; + $(\&quot;#搜索词\&quot;).设置或获取值();
                lay_表格.重载(\&quot;任务表格\&quot;, {
                    [lay_表格.配置.地址]: 查询参数,
                    [ ...]]></description>
      <category>网页学习</category>
      <author>admin</author>
      <pubDate>Mon, 03 Nov 2025 04:03:14 +0000</pubDate>
    </item>
    <item>
      <title>FOF监听听按键</title>
      <link>http://91baohe.com/forum.php?mod=viewthread&amp;tid=355</link>
      <description><![CDATA[全局window.addEventListener(\&quot;@事件_按下键盘\&quot;, (事件对象) =&gt; {    console.log(\&quot;@事件_按下键盘\&quot;);});

特定输入框监听自定义事件

$(\&quot;#keyword\&quot;).on(\&quot;@事件_按下键盘\&quot;, function (e) {    if (e.keyCode === 13) {        e.preventDefault();        重载表格();   ...]]></description>
      <category>网页学习</category>
      <author>admin</author>
      <pubDate>Sat, 01 Nov 2025 06:03:26 +0000</pubDate>
    </item>
    <item>
      <title>FOF立即执行函数</title>
      <link>http://91baohe.com/forum.php?mod=viewthread&amp;tid=354</link>
      <description><![CDATA[(function 绑定搜索事件() {
                // 搜索按钮点击事件
                $(\&quot;#searchBtn\&quot;).click(function () {
                    重载表格();
                });

                // 回车键触发搜索
                $(\&quot;#keyword\&quot;).on(\&quot;keypres ...]]></description>
      <category>网页学习</category>
      <author>admin</author>
      <pubDate>Sat, 01 Nov 2025 05:52:49 +0000</pubDate>
    </item>
    <item>
      <title>FOF lay提示信息框</title>
      <link>http://91baohe.com/forum.php?mod=viewthread&amp;tid=353</link>
      <description><![CDATA[layer.msg(\&quot;已取消权限设置\&quot;, { icon: 2, time: 1500 });





   layer.msg(\&quot;权限设置已保存，请在控制台查看JSON数据\&quot;, { icon: 1, time: 2000 });



layer.msg(\&quot;暂无数据\&quot;, { icon: 0, time: 1500 });]]></description>
      <category>网页学习</category>
      <author>admin</author>
      <pubDate>Sat, 01 Nov 2025 03:46:06 +0000</pubDate>
    </item>
    <item>
      <title>FOFHTML置剪辑板内容</title>
      <link>http://91baohe.com/forum.php?mod=viewthread&amp;tid=351</link>
      <description><![CDATA[定义函数 copy(text) {
                // 创建隐藏的div
                常量 div = document.createElement(\&quot;div\&quot;);
                div.textContent = text; // 放入要复制的内容
                div.style.position = \&quot;fixed\&quot;;
                div.style.lef ...]]></description>
      <category>网页学习</category>
      <author>admin</author>
      <pubDate>Wed, 29 Oct 2025 07:10:23 +0000</pubDate>
    </item>
    <item>
      <title>FOF调用父窗口函数</title>
      <link>http://91baohe.com/forum.php?mod=viewthread&amp;tid=350</link>
      <description><![CDATA[局部变量 父窗口对象 = 浏览器窗口.父窗口;
 父窗口对象.重载门店信息();]]></description>
      <category>网页学习</category>
      <author>admin</author>
      <pubDate>Wed, 29 Oct 2025 01:31:31 +0000</pubDate>
    </item>
    <item>
      <title>lay表格行工具栏</title>
      <link>http://91baohe.com/forum.php?mod=viewthread&amp;tid=349</link>
      <description><![CDATA[👁️预览 
                    更多 
     

    
                    
                


 lay_表格.工具事件(\&quot;DeviceTable\&quot;, 定义函数 (工具事件对象, 点击元素) {
                调试输出(点击元素);
                变量  ...]]></description>
      <category>网页学习</category>
      <author>admin</author>
      <pubDate>Fri, 24 Oct 2025 07:00:12 +0000</pubDate>
    </item>
    <item>
      <title>FOF取下拉列表内容的2种方法</title>
      <link>http://91baohe.com/forum.php?mod=viewthread&amp;tid=347</link>
      <description><![CDATA[调试输出($(\&quot;#area\&quot;).查询(\&quot;option:selected\&quot;).设置或获取内容());//区域

调试输出($(\&quot;#city 列表选项:选中\&quot;).设置或获取内容());//城市


console.log($(\&quot;#city option:checked\&quot;).text());//城市

console.log($(\&quot;#area\&quot;).find(\&quot;option:selected\&quot;).text());//区域

 ...]]></description>
      <category>网页学习</category>
      <author>admin</author>
      <pubDate>Tue, 21 Oct 2025 11:40:24 +0000</pubDate>
    </item>
    <item>
      <title>FOF基础查询框架</title>
      <link>http://91baohe.com/forum.php?mod=viewthread&amp;tid=343</link>
      <description><![CDATA[门店管理
        
    
    
        
            
                
                
                    
                        
                    

                    
                        
        ...]]></description>
      <category>网页学习</category>
      <author>admin</author>
      <pubDate>Tue, 23 Sep 2025 03:06:46 +0000</pubDate>
    </item>
    <item>
      <title>FOF多屏同步</title>
      <link>http://91baohe.com/forum.php?mod=viewthread&amp;tid=338</link>
      <description><![CDATA[三屏视频
http://127.0.0.1:5500/duoping.html?screenCount=3&amp;screenIndex=0&amp;resourceType=video&amp;resourcePath=4.mp4

http://127.0.0.1:5500/duoping.html?screenCount=3&amp;screenIndex=1&amp;resourceType=video&amp;resourcePath=4.mp4

http://127.0.0.1:5500/duoping.html? ...]]></description>
      <category>网页学习</category>
      <author>admin</author>
      <pubDate>Wed, 27 Aug 2025 10:16:38 +0000</pubDate>
    </item>
    <item>
      <title>FOF JS常用事件集</title>
      <link>http://91baohe.com/forum.php?mod=viewthread&amp;tid=318</link>
      <description><![CDATA[document.addEventListener(\&quot;DOMContentLoaded\&quot;, (event) =&gt; {
    //窗口加载完成执行代码
});




document.getElementById(\&quot;双击ID\&quot;).addEventListener(\&quot;dblclick\&quot;, (event) =&gt; {
    //执行双击代码
});



 setTimeout(function () {
            //到计时2秒执行 ...]]></description>
      <category>网页学习</category>
      <author>admin</author>
      <pubDate>Thu, 19 Jun 2025 01:37:11 +0000</pubDate>
    </item>
    <item>
      <title>FOF循环拼接文本</title>
      <link>http://91baohe.com/forum.php?mod=viewthread&amp;tid=317</link>
      <description><![CDATA[{

    \&quot;状态\&quot;: 0,
    \&quot;数据\&quot;: [{
        \&quot;ID\&quot;: \&quot;17\&quot;,
        \&quot;ticket_number\&quot;: \&quot;36979000089510101846634151134\&quot;,
        \&quot;amount\&quot;: \&quot;30\&quot;,
        \&quot;status\&quot;: \&quot;0\&quot;,
        \&quot;tradingTime\&quot;: \&quot;2025-05-12 14:40:50\&quot;,
        \&quot;note\&quot;: \&quot;已中]]></description>
      <category>网页学习</category>
      <author>admin</author>
      <pubDate>Sat, 14 Jun 2025 02:17:14 +0000</pubDate>
    </item>
    <item>
      <title>FOF关闭当前弹出层页面</title>
      <link>http://91baohe.com/forum.php?mod=viewthread&amp;tid=314</link>
      <description><![CDATA[倒计时执行(定义函数 () {
                        变量 index = parent.layer.getFrameIndex(浏览器窗口.name);
                        parent.layer.close(index); // 关闭弹出层
 }, 5000); // 5000毫秒 = 5秒后关闭]]></description>
      <category>网页学习</category>
      <author>admin</author>
      <pubDate>Thu, 05 Jun 2025 09:16:59 +0000</pubDate>
    </item>
    <item>
      <title>FOFJQ获取单选框值</title>
      <link>http://91baohe.com/forum.php?mod=viewthread&amp;tid=313</link>
      <description><![CDATA[*允许录入
                
                
             

变量 selectedValue = $(\'input[name=\&quot;inputStatus\&quot;]:选中\').设置或获取值();

        lay_弹出层.消息框(selectedValue);]]></description>
      <category>网页学习</category>
      <author>admin</author>
      <pubDate>Thu, 05 Jun 2025 09:03:42 +0000</pubDate>
    </item>
  </channel>
</rss>