Implementation of dynamic function in ASP

xiaoxiao2021-03-06  40

It is easy to construct a dynamic function with Execute, which looks like the value, the code is as follows:

Liu = "sub liuliu (liujin) & vbcrlf

Liu = liu & "response.write (" "What are you!" "& liujin" & vbcrlf

Liu = liu & "End Sub"

Execute liu

'Note: The above constructor cannot be placed in other subroutines.

This dynamic function can be called below.

Call liuliu ("Chen Shui-bian")

转载请注明原文地址:https://www.9cbs.com/read-70918.html

New Post(0)