﻿// JScript 文件

function flash(str){
    document.write(str);
}