案例:html/html5 案例     状态:可编辑再运行    进入横版
x
    document.write("<div id='p_" + n + "' style='float:left;'>" + gco[n] + ":<br>");
 
1
<!DOCTYPE html>
2
<html>
3
<head>
4
<style>
5
canvas
6
{
7
border:1px solid #d3d3d3;
8
margin-right:10px;
9
margin-bottom:20px; 
10
}
11
</style>
12
</head>
13
<body>
14
15
<script>
16
17
var gco=new Array();
18
gco.push("source-atop");
19
gco.push("source-in");
20
gco.push("source-out");
21
gco.push("source-over");
22
gco.push("destination-atop");
23
gco.push("destination-in");
24
gco.push("destination-out");

 运行结果 
 北美留学生论坛