⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 index-19.html

📁 ajax开发框架prototype中文说明帮助
💻 HTML
📖 第 1 页 / 共 2 页
字号:
<DD>返回Array的片段。
<DT><A HREF="../net/conic/prototype/String.html#slice(int, int)"><B>slice(int, int)</B></A> - 
类 net.conic.prototype.<A HREF="../net/conic/prototype/String.html" title="net.conic.prototype 中的类">String</A> 中的方法
<DD>返回字符串的片段。
<DT><A HREF="../net/conic/prototype/String.html#small()"><B>small()</B></A> - 
类 net.conic.prototype.<A HREF="../net/conic/prototype/String.html" title="net.conic.prototype 中的类">String</A> 中的方法
<DD>将 HTML 的<SMALL> 标识添加到String 对象中的文本两端。
<DT><A HREF="../net/conic/prototype/Array.html#sort(net.conic.prototype.Comparator)"><B>sort(Comparator)</B></A> - 
类 net.conic.prototype.<A HREF="../net/conic/prototype/Array.html" title="net.conic.prototype 中的类">Array</A> 中的方法
<DD>返回一个元素已经进行了排序的 Array 对象。
<DT><A HREF="../net/conic/prototype/Enumerable.html#sortBy(net.conic.prototype.Iterator)"><B>sortBy(Iterator)</B></A> - 
类 net.conic.prototype.<A HREF="../net/conic/prototype/Enumerable.html" title="net.conic.prototype 中的类">Enumerable</A> 中的方法
<DD>根据迭代执行结果的大小顺序,返回元素集合,降序返回。
<DT><A HREF="../net/conic/prototype/Pattern.html#source"><B>source</B></A> - 
类 net.conic.prototype.<A HREF="../net/conic/prototype/Pattern.html" title="net.conic.prototype 中的类">Pattern</A> 中的变量
<DD>返回正则表达式模式的文本的复本。
<DT><A HREF="../net/conic/prototype/String.html#split(net.conic.prototype.String)"><B>split(String)</B></A> - 
类 net.conic.prototype.<A HREF="../net/conic/prototype/String.html" title="net.conic.prototype 中的类">String</A> 中的方法
<DD>将一个字符串分割为子字符串,然后将结果作为字符串数组返回。
<DT><A HREF="../net/conic/prototype/ajax/AjaxPeriodicalUpdater.html#start()"><B>start()</B></A> - 
类 net.conic.prototype.ajax.<A HREF="../net/conic/prototype/ajax/AjaxPeriodicalUpdater.html" title="net.conic.prototype.ajax 中的类">AjaxPeriodicalUpdater</A> 中的方法
<DD>开始执行,被AjaxPeriodicalUpdater构造方法自动调用,外部不建议调用!
<DT><A HREF="../net/conic/prototype/ajax/AjaxPeriodicalUpdater.html#stop()"><B>stop()</B></A> - 
类 net.conic.prototype.ajax.<A HREF="../net/conic/prototype/ajax/AjaxPeriodicalUpdater.html" title="net.conic.prototype.ajax 中的类">AjaxPeriodicalUpdater</A> 中的方法
<DD>停止当前实例的周期性运行
<DT><A HREF="../net/conic/prototype/Event.html#stop(net.conic.prototype.JSEvent)"><B>stop(JSEvent)</B></A> - 
类 net.conic.prototype.<A HREF="../net/conic/prototype/Event.html" title="net.conic.prototype 中的类">Event</A> 中的静态方法
<DD>中断指定事件的动作和结束事件的传播.
<DT><A HREF="../net/conic/prototype/Event.html#stopObserving(net.conic.prototype.Object, net.conic.prototype.String, net.conic.prototype.Function, boolean)"><B>stopObserving(Object, String, Function, boolean)</B></A> - 
类 net.conic.prototype.<A HREF="../net/conic/prototype/Event.html" title="net.conic.prototype 中的类">Event</A> 中的静态方法
<DD>停止指定的element所注册evnet的obsever
<DT><A HREF="../net/conic/prototype/String.html#strike()"><B>strike()</B></A> - 
类 net.conic.prototype.<A HREF="../net/conic/prototype/String.html" title="net.conic.prototype 中的类">String</A> 中的方法
<DD>把 HTML &lt;STRIKE> 标记放置在 String 对象中的文本两端
<DT><A HREF="../net/conic/prototype/String.html" title="net.conic.prototype 中的类"><B>String</B></A> - <A HREF="../net/conic/prototype/package-summary.html">net.conic.prototype</A> 中的 类<DD>JS内置对象String,已被prototype增强.<DT><A HREF="../net/conic/prototype/String.html#String()"><B>String()</B></A> - 
类 net.conic.prototype.<A HREF="../net/conic/prototype/String.html" title="net.conic.prototype 中的类">String</A> 的构造函数
<DD>默认构造方法
<DT><A HREF="../net/conic/prototype/String.html#String(net.conic.prototype.String)"><B>String(String)</B></A> - 
类 net.conic.prototype.<A HREF="../net/conic/prototype/String.html" title="net.conic.prototype 中的类">String</A> 的构造函数
<DD>带初始值的构造方法
<DT><A HREF="../net/conic/prototype/String.html#stripScripts()"><B>stripScripts()</B></A> - 
类 net.conic.prototype.<A HREF="../net/conic/prototype/String.html" title="net.conic.prototype 中的类">String</A> 中的方法
<DD>将字符串中scripts块全部移除。
<DT><A HREF="../net/conic/prototype/String.html#stripTags()"><B>stripTags()</B></A> - 
类 net.conic.prototype.<A HREF="../net/conic/prototype/String.html" title="net.conic.prototype 中的类">String</A> 中的方法
<DD>将字符串中HTML或者XML标签全部移除的方法。
<DT><A HREF="../net/conic/prototype/String.html#sub()"><B>sub()</B></A> - 
类 net.conic.prototype.<A HREF="../net/conic/prototype/String.html" title="net.conic.prototype 中的类">String</A> 中的方法
<DD>把 HTML &lt;SUB> 标记放置在 String 对象中的文本两端
<DT><A HREF="../net/conic/prototype/String.html#substr(int, int)"><B>substr(int, int)</B></A> - 
类 net.conic.prototype.<A HREF="../net/conic/prototype/String.html" title="net.conic.prototype 中的类">String</A> 中的方法
<DD>返回一个从指定位置开始的指定长度的子字符串。
<DT><A HREF="../net/conic/prototype/String.html#substring(int, int)"><B>substring(int, int)</B></A> - 
类 net.conic.prototype.<A HREF="../net/conic/prototype/String.html" title="net.conic.prototype 中的类">String</A> 中的方法
<DD>返回一个从指定位置开始的指定长度的子字符串。
<DT><A HREF="../net/conic/prototype/Number.html#succ()"><B>succ()</B></A> - 
类 net.conic.prototype.<A HREF="../net/conic/prototype/Number.html" title="net.conic.prototype 中的类">Number</A> 中的方法
<DD>将数值递增+1后返回
<DT><A HREF="../net/conic/prototype/String.html#sup()"><B>sup()</B></A> - 
类 net.conic.prototype.<A HREF="../net/conic/prototype/String.html" title="net.conic.prototype 中的类">String</A> 中的方法
<DD>把 HTML &lt;SUP> 标记放置在 String 对象中的文本两端
</DL>
<HR>


<!-- ======= START OF BOTTOM NAVBAR ====== -->
<A NAME="navbar_bottom"><!-- --></A>
<A HREF="#skip-navbar_bottom" title="跳过导航链接"></A>
<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
<TR>
<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
<A NAME="navbar_bottom_firstrow"><!-- --></A>
<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
  <TR ALIGN="center" VALIGN="top">
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../overview-summary.html"><FONT CLASS="NavBarFont1"><B>概述</B></FONT></A>&nbsp;</TD>
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <FONT CLASS="NavBarFont1">软件包</FONT>&nbsp;</TD>
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <FONT CLASS="NavBarFont1">类</FONT>&nbsp;</TD>
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <FONT CLASS="NavBarFont1">使用</FONT>&nbsp;</TD>
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../overview-tree.html"><FONT CLASS="NavBarFont1"><B>树</B></FONT></A>&nbsp;</TD>
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>已过时</B></FONT></A>&nbsp;</TD>
  <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>索引</B></FONT>&nbsp;</TD>
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../help-doc.html"><FONT CLASS="NavBarFont1"><B>帮助</B></FONT></A>&nbsp;</TD>
  </TR>
</TABLE>
</TD>
<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
</EM>
</TD>
</TR>

<TR>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
&nbsp;<A HREF="index-18.html"><B>上一个字母</B></A>&nbsp;
&nbsp;<A HREF="index-20.html"><B>下一个字母</B></A></FONT></TD>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
  <A HREF="../index.html?index-filesindex-19.html" target="_top"><B>框架</B></A>  &nbsp;
&nbsp;<A HREF="index-19.html" target="_top"><B>无框架</B></A>  &nbsp;
&nbsp;<SCRIPT type="text/javascript">
  <!--
  if(window==top) {
    document.writeln('<A HREF="../allclasses-noframe.html"><B>所有类</B></A>');
  }
  //-->
</SCRIPT>
<NOSCRIPT>
  <A HREF="../allclasses-noframe.html"><B>所有类</B></A>
</NOSCRIPT>


</FONT></TD>
</TR>
</TABLE>
<A NAME="skip-navbar_bottom"></A>
<!-- ======== END OF BOTTOM NAVBAR ======= -->

<A HREF="index-1.html">$</A> <A HREF="index-2.html">A</A> <A HREF="index-3.html">B</A> <A HREF="index-4.html">C</A> <A HREF="index-5.html">D</A> <A HREF="index-6.html">E</A> <A HREF="index-7.html">F</A> <A HREF="index-8.html">G</A> <A HREF="index-9.html">H</A> <A HREF="index-10.html">I</A> <A HREF="index-11.html">J</A> <A HREF="index-12.html">K</A> <A HREF="index-13.html">L</A> <A HREF="index-14.html">M</A> <A HREF="index-15.html">N</A> <A HREF="index-16.html">O</A> <A HREF="index-17.html">P</A> <A HREF="index-18.html">R</A> <A HREF="index-19.html">S</A> <A HREF="index-20.html">T</A> <A HREF="index-21.html">U</A> <A HREF="index-22.html">V</A> <A HREF="index-23.html">W</A> <A HREF="index-24.html">Z</A> <A HREF="index-25.html">_</A> <HR>

</BODY>
</HTML>

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -