<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<atom:link href="https://www.gentoo-zh.org/extern.php?action=feed&amp;tid=561&amp;type=rss" rel="self" type="application/rss+xml" />
		<title><![CDATA[Gentoo中文社区 / 字符串转数组]]></title>
		<link>https://www.gentoo-zh.org/viewtopic.php?id=561</link>
		<description><![CDATA[字符串转数组 最近发表的帖子。]]></description>
		<lastBuildDate>Sun, 13 Nov 2022 10:16:11 +0000</lastBuildDate>
		<generator>FluxBB</generator>
		<item>
			<title><![CDATA[字符串转数组]]></title>
			<link>https://www.gentoo-zh.org/viewtopic.php?pid=598#p598</link>
			<description><![CDATA[<p>#!/bin/bash<br />string=&quot;hello,shell,split,test&quot; <br />#将,替换为空格 <br />array=(${string//,/ })&#160; </p><p>for var in ${array[@]}<br />do<br />&#160; &#160;echo $var<br />done</p>]]></description>
			<author><![CDATA[dummy@example.com (batsom)]]></author>
			<pubDate>Sun, 13 Nov 2022 10:16:11 +0000</pubDate>
			<guid>https://www.gentoo-zh.org/viewtopic.php?pid=598#p598</guid>
		</item>
	</channel>
</rss>
