【发布时间】:2017-10-16 06:41:59
【问题描述】:
我在我的网站上使用 mathquill 时遇到问题。 我是新手。 我被困在这部分
<link rel="stylesheet" type="text/css" href="/path/to/mathquill.css">`
<script src="/path/to/mathquill.min.js"></script>
我不知道在 hrefs 上放什么,因为我没有从我从 github 获得的 mathquill 文件中看到这些文件..
我下载了最新的 mathquill 文件及其内部的 htdocs(xampp) 或 www(wamp) 以及我的 index.php。
我必须将 index.php 放在 mqthquill-0.10.1 文件夹中吗?
这是我的
<link rel="stylesheet" href="/path/to/mathquill.css"/>
<script src="jquery-3.2.1.min.js"></script>
<script src="/path/to/mathquill.js"></script>
如果有人能给我有关如何使用 mathquill 的步骤,我将不胜感激。 提前致谢
【问题讨论】:
-
我刚刚通过 the docs 中的“最新版本”链接从 Github 下载了 .zip,其中有一个
mathquill.js和mathquill.css文件。 -
我已经下载了文件,但我不知道如何使用它......就像代码一样。并调用它。我将它复制并粘贴到我的网站上,但它不起作用。我认为有些事情我没有做..
-
文档有一整节关于“入门”。阅读并跟随。
-
伙计,我想知道的是我不知道在 href 上放什么。我需要保持原样还是需要更改它。我对这件事很陌生。我对编程没有那么了解
标签: javascript php jquery html mathquill