flushBuffer

Output.FlushBuffer()
 


The Output.FlushBuffer() method writes the buffer contents to the output stream, then clears the buffer.
Syntax
VBScript:
Output.FlushBuffer()
JScript:
Output.FlushBuffer();
Notes
Output.FlushBuffer() returns an error if Output.Buffer is False.
For more information and an example, see the documentation for Output.Buffer.
Applies To
Output Object

你可能感兴趣的:(职场,休闲,flushBuffer)