使用 Javascript 将文件内容写入 HTML 页面
我使用 graphviz 生成客户端图像地图,它生成图像文件和包含地图 HTML 代码的文本文件。无论如何,我可以在加载时动态读取此文件并将此地图信息写入 HTML 页面吗?
I'm using graphviz to generate a client side imagemap, which generates both the image file and a text file containing the map HTML code. Is there anyway I can dynamically read this file and write this map information onto the HTML page when it loads?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您可以使用服务器端脚本语言来实现此目的。
You can use a server side scripting language for this purpose.