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.
使用 jqMath,您可以使用\html在数学表达式中插入 html,例如
\[y = ax^\html'<input type="text" size=1>'+bx+c\]
这会导致以下表达式在第一个 + 之前使用 html 输入显示给用户
y=ax[此处实际输入]+bx+c
那么..是否可以使用 MathJax 来实现相同的目标?
您可能会发现MathJax 用户论坛上的讨论很有帮助。
戴维德