<?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=LlCSV2List</id>
	<title>LlCSV2List - 版本历史</title>
	<link rel="self" type="application/atom+xml" href="http://i.bnu.edu.cn/wiki/index.php?action=history&amp;feed=atom&amp;title=LlCSV2List"/>
	<link rel="alternate" type="text/html" href="http://i.bnu.edu.cn/wiki/index.php?title=LlCSV2List&amp;action=history"/>
	<updated>2026-06-01T03:38:34Z</updated>
	<subtitle>本wiki的该页面的版本历史</subtitle>
	<generator>MediaWiki 1.31.0</generator>
	<entry>
		<id>http://i.bnu.edu.cn/wiki/index.php?title=LlCSV2List&amp;diff=317&amp;oldid=prev</id>
		<title>Ty：创建页面，内容为“{{LSL Header|ml=*}}{{LSLC|Keywords}}{{LSLC|Flow Control}}{{LSLC|}}   {{函数详情 |函数名 = Function: list llCSV2List( string src ); |参数= 参数：string sr…”</title>
		<link rel="alternate" type="text/html" href="http://i.bnu.edu.cn/wiki/index.php?title=LlCSV2List&amp;diff=317&amp;oldid=prev"/>
		<updated>2020-05-17T08:27:50Z</updated>

		<summary type="html">&lt;p&gt;创建页面，内容为“{{LSL Header|ml=*}}{{LSLC|Keywords}}{{LSLC|Flow Control}}{{LSLC|}}   {{函数详情 |函数名 = Function: list llCSV2List( string src ); |参数= 参数：string sr…”&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 llCSV2List( string src );&lt;br /&gt;
|参数= 参数：string src			&lt;br /&gt;
|返回值= 返回值：返回一个通过解析 src 生成的列表，这是一串逗号分隔的值&lt;br /&gt;
&lt;br /&gt;
|注意事项=如果“”没有匹配的“” ，字符串的其余部分将是单个值，即使“”位于值的中间，请参见向量和旋转以获得更多细节。返回的列表中的所有项都是弦。如果解析一个空字符串，结果将是一个包含空字符串的列表: [”](而不是空列表)。&lt;br /&gt;
&lt;br /&gt;
|示例=&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
default&lt;br /&gt;
{&lt;br /&gt;
    state_entry()&lt;br /&gt;
    {&lt;br /&gt;
        string csv = &amp;quot;first,second,third&amp;quot;;&lt;br /&gt;
        list my_list = llCSV2List(csv);&lt;br /&gt;
        llOwnerSay(&amp;quot;CSV: &amp;quot; + csv);&lt;br /&gt;
        integer i;&lt;br /&gt;
        integer num_list=llGetListLength(my_list);&lt;br /&gt;
        for (i=0; i&amp;lt;num_list; ++i)&lt;br /&gt;
        {&lt;br /&gt;
            llOwnerSay(&amp;quot;my_list[&amp;quot; + (string)i + &amp;quot;]: &amp;quot; + llList2String(my_list,i));&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;
[[llListCSV]]&lt;br /&gt;
[[llDumpListString]]&lt;br /&gt;
[[llParseStringList]]&lt;br /&gt;
[[llParseStringKeepNulls]]&lt;br /&gt;
&lt;br /&gt;
}}&lt;/div&gt;</summary>
		<author><name>Ty</name></author>
		
	</entry>
</feed>