require is not defined 如何解决谢谢
<!doctype html>
<html>
<head>
<meta charset="utf-8">
<title>无标题文档</title>
<script src="./js/base/jquery.js"></script>
<script >
require("qcloudsms_js");
</script>
</head>
<body>
</body>
</html>
test.html:8 Uncaught ReferenceError: require is not defined
at test.html:8