Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在为 tinyMCE 使用 asciimath 插件,它在输入 Tex 公式时创建图像。但是当我提交表单而不是创建的图像时,只发布输入的公式,我需要创建的图像并需要保存在数据库中。
有什么解决办法吗?
使用这个插件的重点是消除生成图像的需要。
相反,您可以使用MathJax,这是一个免费的开源 JavaScript 显示引擎,可以将此公式转换回图像。
我知道这可能是一个菜鸟问题,但我真的无法弄清楚。
我被要求修改现有的 php 代码,所以我下载了代码并尝试在我的机器上运行,但我无法让它工作。
据我了解,我们编写 php 代码
<?php //some code ?>
但是我下载的这段代码使用了这样的php代码