This topic has been archived. It cannot be replied.
-
工作学习 / 学科技术讨论 / 请教PHP ExpertsPlease help:
How could I translate the following PHP script to ASP:
foreach (teamArray as key => value)
{
teamArray(key) = 0
}
rankscore = 35
last_score = -1
hold = 0
countZero = 0
-shz99(time);
2008-3-20
{196}
(#4344853@0)
-
你可以用Array, 或者Dictionary Object 模拟Associate Array, 比如set dic = server.CreateObject("scripting.dictionary")
-canadiantire(轮胎 - veritas);
2008-3-20
(#4345533@0)