<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0">
  <channel>
    <title>VerySource - 前端开发技术</title>
    <link>https://domain.verysource.com/forum-67-1.html</link>
    <description>Latest 20 threads of 前端开发技术</description>
    <copyright>Copyright(C) VerySource</copyright>
    <generator>Discuz! Board by Comsenz Inc.</generator>
    <lastBuildDate>Wed, 15 Apr 2026 19:06:41 +0000</lastBuildDate>
    <ttl>60</ttl>
    <image>
      <url>https://domain.verysource.com/static/image/common/logo_88_31.gif</url>
      <title>VerySource</title>
      <link>https://domain.verysource.com/</link>
    </image>
    <item>
      <title>01 HTML常用标签</title>
      <link>https://domain.verysource.com/thread-3795-1-1.html</link>
      <description><![CDATA[一、常用标签



6. 图像标签的其他属性


7. 超链接标签

链接分类：
[*]外部链接： 腾讯腾讯
[*]内部链接：小熊小熊
[*]空链接:空空
[*]下载链接：.exe或.zip文件.exe或.zip文件
[*]网页元素链接： 在网页中改的各种网页元素，如文本、图像、表格、音频、视频等都可以 ...]]></description>
      <category>前端开发技术</category>
      <author>biandan</author>
      <pubDate>Fri, 08 Oct 2021 02:46:51 +0000</pubDate>
    </item>
    <item>
      <title>前端开发</title>
      <link>https://domain.verysource.com/thread-3738-1-1.html</link>
      <description><![CDATA[今天就来随便聊一聊关于前端开发。对于前端开发工程师来说，可能一直都向往着后端开发的那种优越感，这就是在前后端分离带来的结果，前端可能最值得学习的就是JS，而对于CSS的一些样式其实是无关紧要的，在开发的过程中可以边百度边开发，现在主流的前端开发就是VUE，关 ...]]></description>
      <category>前端开发技术</category>
      <author>爱学习的猫</author>
      <pubDate>Sat, 12 Jun 2021 03:32:48 +0000</pubDate>
    </item>
    <item>
      <title>如何判断一个对象是否有效？</title>
      <link>https://domain.verysource.com/thread-3648-1-1.html</link>
      <description><![CDATA[var obj = frame.document.form.text1;
上面语句中frame是一个iframe，当我刷新此iframe后经检查obj != false，然而obj确没有指向刷新后的frame.document.form.text1，如何检测这一状态？]]></description>
      <category>前端开发技术</category>
      <author>ellenway</author>
      <pubDate>Thu, 11 Mar 2021 10:30:01 +0000</pubDate>
    </item>
    <item>
      <title>DOM子节点比较问题？</title>
      <link>https://domain.verysource.com/thread-3584-1-1.html</link>
      <description><![CDATA[Test

function nodecheck(parentNode,childNode)
{
]]></description>
      <category>前端开发技术</category>
      <author>jia834150</author>
<enclosure url="/forum/for(var i=0;i" length="" type="image/jpeg" />      <pubDate>Fri, 25 Dec 2020 02:00:01 +0000</pubDate>
    </item>
    <item>
      <title>我在网页上放了一个图片链接，访问后图片的虚边框会出现，怎么去掉这个虚边框呢？</title>
      <link>https://domain.verysource.com/thread-3578-1-1.html</link>
      <description><![CDATA[我在网页上放了一个图片链接，访问后图片的虚边框会出现，显得很难看，怎么去掉这个虚边框呢？
 谢谢。]]></description>
      <category>前端开发技术</category>
      <author>zxcvblic</author>
      <pubDate>Wed, 23 Dec 2020 02:00:01 +0000</pubDate>
    </item>
    <item>
      <title>字符串分割存入字符数组</title>
      <link>https://domain.verysource.com/thread-3511-1-1.html</link>
      <description><![CDATA[我有这样一个字符串\&quot;123456\&quot;
如何将他们分割成1 2 3 4 5 6这样单个的然后存入数组中
var num_array=new Array()
num_array[0]=1;
.
.
.
.
num_array[6]=6;

谢谢!]]></description>
      <category>前端开发技术</category>
      <author>huacuhnsan</author>
      <pubDate>Tue, 15 Dec 2020 09:30:01 +0000</pubDate>
    </item>
    <item>
      <title>正则取值name=\"xxxx\"</title>
      <link>https://domain.verysource.com/thread-3469-1-1.html</link>
      <description><![CDATA[使用正则取出

中name的value]]></description>
      <category>前端开发技术</category>
      <author>newplayer</author>
      <pubDate>Tue, 08 Dec 2020 03:30:02 +0000</pubDate>
    </item>
    <item>
      <title>input text 事件激发的问题</title>
      <link>https://domain.verysource.com/thread-3405-1-1.html</link>
      <description><![CDATA[这样一个语句，我用手输入完后，onchange事件被触发，执行 aaa()
   但我用程序改变 ID1的值，比如这样：
   
   document.getElementById(\'IDl\').value=\'99999\';
   onchange事件不触发。我试了几个事件，用程序写值进去的时候，都触发不了事件。
   不知道可不可 ...]]></description>
      <category>前端开发技术</category>
      <author>duolabmeng</author>
      <pubDate>Wed, 11 Nov 2020 03:00:02 +0000</pubDate>
    </item>
    <item>
      <title>xml嵌入html时链接的引用方法，急救！</title>
      <link>https://domain.verysource.com/thread-3313-1-1.html</link>
      <description><![CDATA[我这是一个很基本的问题，希望高手们帮帮忙啊！
我的xml文档是：（见下）
我想把它放在一个静态html文件里，然后把链接对应的加在google和live上，请问怎么做啊？我是菜鸟，麻烦说的详细一点！严重感谢！！！




Google
http://www.google.fr/search?hl=fr&amp;amp;q=Wii
Live
 ...]]></description>
      <category>前端开发技术</category>
      <author>lesliekill</author>
      <pubDate>Fri, 09 Oct 2020 02:30:02 +0000</pubDate>
    </item>
    <item>
      <title>在vb中如何给access表增加数据</title>
      <link>https://domain.verysource.com/thread-3295-1-1.html</link>
      <description><![CDATA[最近写一段程序，老是写不出，请教高手．我想把一个数组xm( 1 to 9 )中的值插入dyin.mdb中表dykz中的字段＂项目名称＂，还有其他字段，代码如下：
dim i as integer
   i=1
  for  i= 1 to 9
     insert into dykz(\&quot;项目名称\&quot;)　valuse (xm(i))
   next i
出现＂dykz没 ...]]></description>
      <category>前端开发技术</category>
      <author>zhouhui1123</author>
      <pubDate>Mon, 28 Sep 2020 13:00:02 +0000</pubDate>
    </item>
    <item>
      <title>请问一个有关cookie读取的问题</title>
      <link>https://domain.verysource.com/thread-3170-1-1.html</link>
      <description><![CDATA[我在asp中这个写道：
Response.Cookies(\&quot;cookie1\&quot;)(\&quot;mm3\&quot;)= \&quot;nickname\&quot;

那么怎么要javascript中读(\&quot;cookie1\&quot;)(\&quot;mm3\&quot;)这个cookie值？


在此请教了，忘各位知之士告之。]]></description>
      <category>前端开发技术</category>
      <author>sameforever</author>
      <pubDate>Mon, 23 Mar 2020 15:00:01 +0000</pubDate>
    </item>
    <item>
      <title>read()的疑惑！</title>
      <link>https://domain.verysource.com/thread-3105-1-1.html</link>
      <description><![CDATA[using System;

class Test_Add
{
    static void Main()
    {
        int x, y;
        Console.Write(\&quot;请输入x:\&quot;);
        x=Console.Read();
        Console.Write(\&quot;请输入y:\&quot;);
        y = Console.Read();

        x = x + y;

        Console.Wri]]></description>
      <category>前端开发技术</category>
      <author>jackyzhou</author>
      <pubDate>Sun, 22 Mar 2020 00:30:01 +0000</pubDate>
    </item>
    <item>
      <title>IE7简直是垃圾，搞得人都快疯了，苦头都让我们这些程序员担啊。。郁闷</title>
      <link>https://domain.verysource.com/thread-3080-1-1.html</link>
      <description><![CDATA[IE7简直是垃圾，搞得人都快疯了，苦头都让我们这些程序员担啊。。郁闷

大家说说遇到的所有IE7对网页支持问题。总结一下

我遇到的
1.不能在上载之前预览图片（这个真是好普通的功能）居然不支持。
2.Flash 总是要点一下才能激活。搞得客户说我们的Flash不能用
3.IE7做 ...]]></description>
      <category>前端开发技术</category>
      <author>reakyu</author>
      <pubDate>Sat, 21 Mar 2020 05:30:01 +0000</pubDate>
    </item>
    <item>
      <title>js字符串过滤问题</title>
      <link>https://domain.verysource.com/thread-3051-1-1.html</link>
      <description><![CDATA[我的函数接收到例如７８９-４５６-１１０１这样一个字符串如何把＂－＂过滤掉
变成７８９４５６１１０１
其中上边这个书是存在一个字符串里面的
然后得到的这个书怎样每一位乘２然后相加
如７＊２＋８＊２＋９＊２＋４＊２＋５＊２＋６＊２＋１＊２＋１＊２＋０＊２＋１ ...]]></description>
      <category>前端开发技术</category>
      <author>huacuhnsan</author>
      <pubDate>Fri, 20 Mar 2020 08:30:01 +0000</pubDate>
    </item>
    <item>
      <title>关于如何判断window.parent.opener是否关闭的问题！！！！！</title>
      <link>https://domain.verysource.com/thread-3032-1-1.html</link>
      <description><![CDATA[function shutwin()
{
     var wp = window.parent.opener;
        if(wp!=null &amp;&amp; typeof(wp) != \&quot;undefined\&quot; &amp;&amp; !wp.closed)
        {     
            if (wp.document.forms[0].txtRefreshParent != null)
            {
                wp.document.forms]]></description>
      <category>前端开发技术</category>
      <author>jazzwhale</author>
      <pubDate>Thu, 19 Mar 2020 15:00:02 +0000</pubDate>
    </item>
    <item>
      <title>请教关于XML编码的问题</title>
      <link>https://domain.verysource.com/thread-2970-1-1.html</link>
      <description><![CDATA[一般XML文档的头部有如下的一句

对此我有疑问：
问题1：如果是对于文本文件，文件头部己有FFFE两个字节来表示是UTF8编码。还要此句有何用？

问题2: 如果是网络传输，或者是直接的字节流传输，那么收到了一段应该是XML文档的流后，假定，流中存在的这段内容，那这段内 ...]]></description>
      <category>前端开发技术</category>
      <author>fallloveqq</author>
      <pubDate>Tue, 17 Mar 2020 16:30:01 +0000</pubDate>
    </item>
    <item>
      <title>关于微软工作流　WF的困惑</title>
      <link>https://domain.verysource.com/thread-2901-1-1.html</link>
      <description><![CDATA[学了微软的工作流WF半个月了，还没又找到一点头绪，不知如何下手，不知何时能够作出一条完整流程出来，任务列表不知怎样产生，执行人如何挂接，微软的工作流到底行不行阿，望经验的人指点一下，谈谈感受 ...]]></description>
      <category>前端开发技术</category>
      <author>winterday</author>
      <pubDate>Sun, 15 Mar 2020 16:30:02 +0000</pubDate>
    </item>
    <item>
      <title>关于 Log4jConfigListener 的配置</title>
      <link>https://domain.verysource.com/thread-2890-1-1.html</link>
      <description><![CDATA[急求 “动态的改变Log4jConfigListener 记录级别和策略，不需要重启Web应用”的方法。网络上查到的不够详细，望高人指点！！！！！]]></description>
      <category>前端开发技术</category>
      <author>insectofsky</author>
      <pubDate>Sun, 15 Mar 2020 10:30:01 +0000</pubDate>
    </item>
    <item>
      <title>js小问题,帮帮我</title>
      <link>https://domain.verysource.com/thread-2850-1-1.html</link>
      <description><![CDATA[alert显示temparray[0],应该显示//2016122909584262.jpg,请问如何执行eval的代码,

var index=document.getElementById(\&quot;itemno\&quot;).selectedIndex;

var temparray=new Array();
temparray.push(\&quot;//2016122909584262.jpg\&quot;);
temparray.push(\&quot;//20161214113441953.jpg\&quot;);
 ...]]></description>
      <category>前端开发技术</category>
      <author>kider11</author>
      <pubDate>Sat, 14 Mar 2020 06:30:02 +0000</pubDate>
    </item>
    <item>
      <title>xsl循环输出问题</title>
      <link>https://domain.verysource.com/thread-2841-1-1.html</link>
      <description><![CDATA[XML文件：

    
      1
      张朝
      1111111
      
    
    
      2
      王三
      2222222
      
    
    

需要通过XSL输出成HTML文件如下：

 
     1
     张朝
     1111111
     
  
  
     2
     王三
     2222222
     
   ...]]></description>
      <category>前端开发技术</category>
      <author>maratsafin</author>
      <pubDate>Sat, 14 Mar 2020 02:00:01 +0000</pubDate>
    </item>
  </channel>
</rss>