Office中国论坛/Access中国论坛
标题:
666,web小应用
[打印本页]
作者:
风中漫步
时间:
2017-4-6 13:35
标题:
666,web小应用
前几天看到论坛FAN神发布了一个web应用,挺好的。以前我也学过,依稀有点印象。正好最近在看Freebasic,于是用这个工具也学着写了个类似的,分享给大家,希望有所帮助。
#include "cgi-util.bi"
dim res as integer
dim f as zstring ptr
res = cgi_init()
Print !"Content-type: text/html\n\n"
If res <> CGIERR_NONE Then
Print "Error " & Str(res) & " " & Str(cgi_strerror(res))
Else
f=cgi_getentrystr("name")
select case *f
case "hi"
print "大兄弟们好"
case "what"
print "hehe,喜欢漂亮妹子..."
case else
print "你说的什么,我不懂"
end select
end if
cgi_quit()
复制代码
[attach]61070[/attach]
客户端请看fan神的
http://www.office-cn.net/thread-122724-1-1.html
作者:
tmtony
时间:
2017-4-6 20:13
微软对access在远程访问方面没计划增加什么新功能了
作者:
风中漫步
时间:
2017-4-8 14:29
tmtony 发表于 2017-4-6 20:13
微软对access在远程访问方面没计划增加什么新功能了
可能还不到给ACC用户一个惊喜的时候
作者:
fan0217
时间:
2017-4-20 17:10
作者:
cskai
时间:
2023-7-25 15:34
欢迎光临 Office中国论坛/Access中国论坛 (http://www.office-cn.net/)
Powered by Discuz! X3.3