0

我有两个字符串。字符串一和字符串二

我有要为名为 TXT 的变量运行的代码

我怎么能喜欢...

for (stringOne and for stringTwo) {
TXT = stringOne (or) stringTwo;
...
stringOne or stringTwo = TXT;
}
4

1 回答 1

2

您必须将这两个字符串放在一个数组中,并使用 foreach 对字符串执行一些操作。

看到这个。

http://www.barklund.org/blog/2009/05/21/for-each-in-loops-in-actionscript-3/

于 2012-05-25T09:58:52.677 回答