全部博文(74)
分类: WINDOWS
2008-03-01 17:27:05
英文题目位置: http://www.microsoft.com/technet/scriptcenter/funzone/games/games08/sdevent4.mspx
英文解题:
题目很容易, 每次从字符串读两个数字对应的字符, 类型转换为[char]. 以来双引号保护数组时, 自动将他们连接起来就好了.
$ofs = ''
"$($str = ${C:\Scripts\numbers.txt}; for ($i = 0; $i -lt $str.Length; $i += 2) { [char] [int] $str.Substring($i, 2) })"