excel本日累计 本月累计 本年累计的问题

来源:百度知道 编辑:UC知道 时间:2024/05/15 16:08:58
本日累计 本月累计 本年累计

山东 5 1.5 6.5
2150 FALSE 2150
河南 1.7 2.6 4.3
731 1092 1823
广东 3.2 3.6 6.8
1376 1512 2888
北京 3.9 1 4.9
1677 420 2097
山西 2.5 2.8 5.3
1075 1176 2251
四川 2.1 1.9 4
903 798 1701
湖南 2.7 2.8 5.5
1161 1176 2337
湖北 4.3 3 7.3
1849 1260 3109
合计 25.4 19.2 44.6
10922 7434 18356
看不明白啊,能否把原表发给你,帮忙写一下,拜托了!

<!--#include file="资料库连接页面.asp"-->
<meta http-equiv=content-type content="text/html;charse=gb2312">
<form name=form1 method=post action="">
<input name=username type=text size=15>
<input name=title type=text size=30>
<textarea name=content cols=15 rows=5></textarea>
<input name=tijiao type=submit value=提交><input name=reset type=reset value=重填>
</form>
<!--以下是代码写法开始-->
<%
if not isempty(request("tijiao")) then
username=request.form("username")
title=request.form("title")
content=request.form("content")
if username="" or title="" then
response.write"<script>请输入发言人及发言主题资料!history.go(-1)</script>"
else
sql="insert into(username,title,content) values('"&username&"','"&title&&quo