包含math.js的javascript
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了包含math.js的javascript相关的知识,希望对你有一定的参考价值。
我试图调用Math.matrix()函数,我很确定我没有正确地将文件导入到我的javascript代码中。我已经阅读了StackOverflow问题"how to include and use math.js":并给出了建议,我有以下内容:
<html >
<!DOCTYPE html>
<head>
<script src=https://cdnjs.cloudflare.com/ajax/libs/mathjs/5.1.1/math.js>
</script>
<script type="text/javascript" >
function rotate_clockwise(){
/* code skipped */
matrix = Math.matrix(matrix, rotationmatrix);
}
</script>
</head>
<body>
</body>
</HTML>
我从这个link获取的cdns引用
但是在运行时通过滑块调用rotate_clockwise
时,chrome 68调试器会声明Uncaught type error : Math.matrix is not a function
,所以我确实认为我没有正确地包含这个文件。
我的基本假设是,在一组脚本标记中包含一个文件就足以让任何javascript函数使用此库,该库驻留在一组不同的脚本标记中。
非常感谢您提供的任何帮助。
答案
我认为你需要qazxsw poi - 自qazxsw poi以来的小写qazxsw poi。
以上是关于包含math.js的javascript的主要内容,如果未能解决你的问题,请参考以下文章