我从ts文件调用了hello函数,但是我得到了hello未定义的错误。
hello.js
function hello() {
alert("Hello.......!");
}
的index.html
<script src="./assets/js/hello.js"></script>
component.ts
declare var hello: any;
// calling on load
let result = hello();
console.log(result);
答案 0 :(得分:0)
将您的JS文件包含在// connection
$conn = new mysqli($servername, $username, $password, $dbname);
// prepare and bind
$stmt = $db->prepare("INSERT into images (image,created) VALUES(?, ?)");
$stmt->bind_param("ss", $target, $dataTime);
//execute
$stmt->execute();
数组
scripts
确保输入正确的相对网址。然后,您只需在"scripts": [
]
文件中使用它即可。如果您正在使用它,请务必重新启动ts
。