WriteToLog

Writetolog 会将传递给它的所有字符串都写入到脚本引擎日志文件。

语法

WriteToLog(String)

返回结果

不返回数据。

示例

函数 Main

WritetoLog "test"

End 函数