熱點推薦:
您现在的位置: 電腦知識網 >> 編程 >> .NET編程 >> 正文

asp中用for循環的一個小技巧

2022-06-13   來源: .NET編程 

  代碼如下:

<%  dim i  for i= to   responsewrite i  next  %>      下面的代碼是錯誤的會提示缺少一個‘=的錯誤   代碼如下: <%  dim i : i=  for i to   responsewrite i  next  %>      下面的代碼是正確的    [/code]  <%  dim i  i=  for i=i to   responsewrite i  next  %>  [/code]    第三段代碼中關鍵語法是i=i自己賦值給自己解決缺少‘=的錯誤!  詳細出處參考
From:http://tw.wingwit.com/Article/program/net/201311/14477.html
    推薦文章
    Copyright © 2005-2022 電腦知識網 Computer Knowledge   All rights reserved.