使用dw制作的html5网页怎么上传到微信公众平台

使用dw制作的html5网页怎么上传到微信公众平台,第1张

微信公众平台本身没有这个存储空间,所以就需要有个服务器或者第三方托管来承载制作好的html5页面
1通常微信都有第三方合作平台,直接调用第三方接口,然后将html5和页面素材统一打包上传到第三方服务端。
2倘若有服务器空间,则直接将html5打包放在网站根目录文件下,在微信端直接调用服务器端的地址即可;
3可以在微信平台通过文字或链接跳转的形式,实现html5页面的转换。

<meta charset=gb2312> <% if request("aa")<>"" and request("bb")<>"" then dim fso,f,forappending forappending=8 Set fso = ServerCreateObject("ScriptingFileSystemObject") Set f = fsoOpenTextFile(ServerMappath("aatxt"), forappending, True) fWriteLine request("aa") fWriteLine request("bb") fClose() set f=nothing set fso=nothing responseredirect RequestServerVariables(">

欢迎分享,转载请注明来源:内存溢出

原文地址: https://outofmemory.cn/zz/10506438.html

(0)
打赏 微信扫一扫 微信扫一扫 支付宝扫一扫 支付宝扫一扫
上一篇 2023-05-09
下一篇 2023-05-09

发表评论

登录后才能评论

评论列表(0条)

保存