简单输出
Easp.Print string
无返回值
Easp.Print 等于 Response.Write s & VbCrLf : Response.Flush() ,结束时在源代码中输出一个换行符。
Response.Write s & VbCrLf : Response.Flush()
Easp.Print "Test word."
Test word.
源代码中将 换行