摘要:
请问我有如下的一个ASP自定义函数function xianshi(x,y)response.write x&“”response.write y+1end function 函数调用 a="asbcd"b=3xianshi(a,b) 我想输出以下结果 asbcd4这样写函数和调用函数对吗?function xianshi(x,y) xianshi= x&“” xianshi=xianshi& (y+1 ) end function 调用方式 另外一种 Sub xianshi(x,y) response.write x&“” response 阅读全文
posted @ 2014-01-18 22:59
昊仔
阅读(1413)
评论(0)
推荐(0)

浙公网安备 33010602011771号