今日無聊,與同事研究sub和function的區別,最后寫出個變態的東東:<%Sub a()response.write("bt<br>")End SubSub b()Call a()response.write c()End subFunction c()c="bt哈哈"Call a()End Function Call b()%>有誰能解析出結果并寫出執行過程?用想的,不要拿到IIS去解析哦。
熱心網友
*t*t*t哈哈試試這個行不行!!!!
今日無聊,與同事研究sub和function的區別,最后寫出個變態的東東:<%Sub a()response.write("bt<br>")End SubSub b()Call a()response.write c()End subFunction c()c="bt哈哈"Call a()End Function Call b()%>有誰能解析出結果并寫出執行過程?用想的,不要拿到IIS去解析哦。
*t*t*t哈哈試試這個行不行!!!!