纯ASP结合VML生成完美图-饼图
<%dim total(7,1) total(1,0)="中国经营报" total(2,0)="招聘网" to...
yoken
2007-10-15 08:01:00阅读:2271
<%dim total(7,1) total(1,0)="中国经营报" total(2,0)="招聘网" to...
方法一 <%dim total(7,3) total(1,0)="中国经营报" total(2,0)="招聘网"...
<% dim total(7,2) total(1,1)=200 total(2,1)=800 total(3,1)=1000 t...