<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="zh-CN">
	<id>http://i.bnu.edu.cn/wiki/index.php?action=history&amp;feed=atom&amp;title=LlListInsertList</id>
	<title>LlListInsertList - 版本历史</title>
	<link rel="self" type="application/atom+xml" href="http://i.bnu.edu.cn/wiki/index.php?action=history&amp;feed=atom&amp;title=LlListInsertList"/>
	<link rel="alternate" type="text/html" href="http://i.bnu.edu.cn/wiki/index.php?title=LlListInsertList&amp;action=history"/>
	<updated>2026-06-01T03:38:43Z</updated>
	<subtitle>本wiki的该页面的版本历史</subtitle>
	<generator>MediaWiki 1.31.0</generator>
	<entry>
		<id>http://i.bnu.edu.cn/wiki/index.php?title=LlListInsertList&amp;diff=753&amp;oldid=prev</id>
		<title>Ty：创建页面，内容为“{{LSL Header|ml=*}}{{LSLC|Keywords}}{{LSLC|Flow Control}}{{LSLC|}}   {{函数详情 |函数名 = Function: list llListInsertList( list dest, list src, integer start…”</title>
		<link rel="alternate" type="text/html" href="http://i.bnu.edu.cn/wiki/index.php?title=LlListInsertList&amp;diff=753&amp;oldid=prev"/>
		<updated>2020-08-22T02:38:49Z</updated>

		<summary type="html">&lt;p&gt;创建页面，内容为“{{LSL Header|ml=*}}{{LSLC|Keywords}}{{LSLC|Flow Control}}{{LSLC|}}   {{函数详情 |函数名 = Function: list llListInsertList( list dest, list src, integer start…”&lt;/p&gt;
&lt;p&gt;&lt;b&gt;新页面&lt;/b&gt;&lt;/p&gt;&lt;div&gt;{{LSL Header|ml=*}}{{LSLC|Keywords}}{{LSLC|Flow Control}}{{LSLC|}}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
{{函数详情&lt;br /&gt;
|函数名 = Function: list llListInsertList( list dest, list src, integer start );&lt;br /&gt;
|参数= 参数：&lt;br /&gt;
list	dest&lt;br /&gt;
list	src&lt;br /&gt;
integer	start		&lt;br /&gt;
|返回值= 返回值：&lt;br /&gt;
返回一个列表，其中包含 dest 中的所有元素，但在位置开始处插入 src 中的元素。&lt;br /&gt;
|注意事项=&lt;br /&gt;
如果开始超出界限，脚本将继续执行，不会出现错误消息&lt;br /&gt;
|示例=&lt;br /&gt;
示例一&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
list numbers = [3, &amp;quot;three&amp;quot;, 2, &amp;quot;two&amp;quot;, 1, &amp;quot;one&amp;quot;];&lt;br /&gt;
default&lt;br /&gt;
{&lt;br /&gt;
    state_entry()&lt;br /&gt;
    {&lt;br /&gt;
        llOwnerSay(llDumpList2String(numbers, &amp;quot;,&amp;quot;));&lt;br /&gt;
        // Object: 3,three,2,two,1,one&lt;br /&gt;
        integer index = llListFindList(numbers, [2]);&lt;br /&gt;
        if (index != -1)&lt;br /&gt;
        {&lt;br /&gt;
            numbers = llListInsertList(numbers, [2.5, &amp;quot;two and a half&amp;quot;], index);&lt;br /&gt;
            llOwnerSay(llDumpList2String(numbers, &amp;quot;,&amp;quot;));&lt;br /&gt;
            // Object: 3,three,2.500000,two and a half,2,two,1,one&lt;br /&gt;
        }&lt;br /&gt;
    }&lt;br /&gt;
}&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
|相关函数=&lt;br /&gt;
[[llDeleteSubList]]&lt;br /&gt;
[[llList2List]]&lt;br /&gt;
[[llListReplaceList]]&lt;br /&gt;
|相关事件=&lt;br /&gt;
&lt;br /&gt;
}}&lt;/div&gt;</summary>
		<author><name>Ty</name></author>
		
	</entry>
</feed>