转置/交换 html 表格中的 x,y 轴
我有一个需要旋转/轴交换的 html 表格。它可以离线完成。有人知道我可以用一种工具来做到这一点吗?
I have an html table that needs rotating / axis swaping. It can be done off line. Any one know of a tool I can use to do it?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
此转换:
应用于此 XML 文档时:
产生所需的正确结果:
请注意:假设是该表具有常规结构。
This transformation:
when applied on this XML document:
produces the wanted, correct results:
Do note: The assumption is that the table has regular structure.