Office中国论坛/Access中国论坛

标题: 666,web小应用 [打印本页]

作者: 风中漫步    时间: 2017-4-6 13:35
标题: 666,web小应用
前几天看到论坛FAN神发布了一个web应用,挺好的。以前我也学过,依稀有点印象。正好最近在看Freebasic,于是用这个工具也学着写了个类似的,分享给大家,希望有所帮助。
  1. #include "cgi-util.bi"

  2. dim res as integer
  3. dim f as zstring ptr

  4. res = cgi_init()

  5. Print !"Content-type: text/html\n\n"

  6. If res <> CGIERR_NONE Then
  7.   Print "Error " & Str(res) & " " & Str(cgi_strerror(res))
  8. Else
  9.   f=cgi_getentrystr("name")
  10.   select case *f
  11.   case "hi"
  12.       print "大兄弟们好"
  13.   case "what"
  14.       print "hehe,喜欢漂亮妹子..."
  15.   case else
  16.       print "你说的什么,我不懂"
  17.   end select
  18. end if
  19. 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