源代码:
<html> <body> <FONT COLOR=#ff0000><% sometext="Welcome to this Web!!" response.write(Replace(sometext, "Web", "Page")) %></FONT> </body> </html>
运行结果:
<html> <body> <FONT COLOR=#ff0000><% sometext="Welcome to this Web!!" response.write(Replace(sometext, "Web", "Page")) %></FONT> </body> </html>