Kopieren Sie den Codecode wie folgt:
<script type="text/javascript">
//Zum Debuggen in Friefox verwenden Sie console.log("hello");
/** Funktionstest(Name) {
console.log(name);
}
test("Hallo Welt");**/
//Debugging-Fähigkeiten
Funktion showLog(message) {
console.log(Nachricht);
console.info(Nachricht);
console.warn(Nachricht);
console.error(Nachricht);
console.debug(Nachricht);
}
Funktionstest(Name) {
showLog(name);
}
test("Hallo");
</script>
Debugging-Beispiel
Kopieren Sie den Codecode wie folgt:
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
<Kopf>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>Titel hier einfügen</title>
<script type="text/javascript">
Funktionsmethode() {
var Ergebnis = 0;
for(var i = 0; i < 10; i++) {
Ergebnis +=i;
}
document.getElementById("id1").innerHTML = result;
}
</script>
</head>
<Körper>
<input type="button" value="click" onclick="method()"/>
<div id="id1"></div>
</body>
</html>