xf wang, please stop sending so many emails with fragmented content.
For this kind of messasging you can use other media, such as IRC or
Twitter. Thousands of people are following this list and so many
messages with so little content just wastes all their time.
> android.exe > android.html
>
> and it seems android.html got the code,
>
> but when run android.html, nothing showed in browser( in ie6 and chrome)
I haven't run the android example. But it being part of the svgo
library, I suspect that its output is an SVG file (check it!) and thus
file should be named android.svg.
Note that generating the SVG in Go on the server does not mean that Go
is running in the client's browser. SVG files can, IIRC, be made
interactive by embedding JavaScript in them. I'm sure that a Google
search will turn up fruitful.